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"] = "està funcionant desde fa";
27 $text["norunmsg"] = "no està funcionant";
28 $text["connmsg"] = "s'està connectant";
29 $text["highidmsg"] = "està connectat (id alta)";
30 $text["lowidmsg"] = "està connectat (id baixa)";
31 $text["offrunmsg"] = "està desconnectat";
32 $text["amulerun"] = "(aMule executat)";
33 $text["amulenorun"] = "(aMule parat)";
34 $text["sharedfiles"] = "Fitxers compartits";
36 // try to keep these next three short, otherwise the signature
37 // image will look messy
42 $text["queuedclients"] = "Clients a la Cua";
43 $text["transrate"] = "kB/s";
44 $text["gigabytes"] = "GB";
45 $text["client"] = "Client";
46 $text["status"] = "Estat";
47 $text["nick"] = "Sobrenom";
48 $text["localtime"] = "Hora local";
49 $text["rxspeed"] = "velocitat RX";
50 $text["txspeed"] = "velocitat TX";
51 $text["rxtotal"] = "RX total";
52 $text["txtotal"] = "TX total";
53 $text["osversion"] = "versis del SO";
54 $text["hostuptime"] = "Temps d'execussis del PC";
55 $text["servername"] = "Nom del Servidor";
56 $text["serveraddr"] = "adreça:port del Servidor";
57 $text["ed2klink"] = "enllaç ED2K";
58 $text["general"] = "General";
59 $text["server"] = "Servidor";
60 $text["signature"] = "Signatura";
61 $text["connecting"] = "Connectant";
62 $text["online"] = "Connectat";
63 $text["offline"] = "Desconnectat";
64 $text["language"] = "Idioma";
65 $text["submit"] = "Trametre";
67 $text["sigfileerr"] = "No s'ha pogut obrir el fitxer de la Signatura";
68 $text["baseimgerr"] = "No es troba l'imatge base";
69 $text["iconerr"] = "No es troben un o més icones";