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"]	= "g";
23$text["hourabbr"]	= "h";
24$text["minabbr"]	= "m";
25$text["secabbr"]	= "s";
26$text["runtimemsg"]	= "è in funzione da";
27$text["norunmsg"]	= "non è in funzione";
28$text["highidmsg"]	= "è online (ID alto)";
29$text["lowidmsg"]	= "è online (ID basso)";
30$text["offrunmsg"]	= "è offline";
31$text["amulerun"]	= "(aMule in funzione)";
32$text["amulenorun"]	= "(aMule non in funzione)";
33$text["sharedfiles"]	= "File condivisi";
34
35// try to keep these next three short, otherwise the signature
36// image will look messy
37$text["na"]		= "N/D";
38$text["rx"]		= "DL";
39$text["tx"]		= "UL";
40
41$text["queuedclients"]	= "Client in coda";
42$text["transrate"]	= "kB/s";
43$text["gigabytes"]	= "GB";
44$text["client"]		= "Client";
45$text["status"]		= "Stato";
46$text["nick"]		= "Nick";
47$text["localtime"]	= "Ora locale";
48$text["rxspeed"]	= "Velocità DL";
49$text["txspeed"]	= "Velocità UL";
50$text["rxtotal"]	= "DL Totale";
51$text["txtotal"]	= "UL Totale";
52$text["osversion"]	= "Versione OS";
53$text["hostuptime"]	= "Uptime";
54$text["servername"]	= "Nome server";
55$text["serveraddr"]	= "Indirizzo server:porta";
56$text["ed2klink"]	= "Link ed2k";
57$text["general"]	= "Generale";
58$text["server"]		= "Server";
59$text["signature"]	= "Firma";
60$text["online"]		= "Online";
61$text["offline"]	= "Offline";
62$text["language"]	= "Lingua";
63$text["submit"]		= "Invia";
64
65$text["sigfileerr"]	= "Impossibile aprire il file firma";
66$text["baseimgerr"]	= "Imbossibile trovare lo sfondo";
67$text["iconerr"]	= "Impossibile trovare alcune icone";
68
69?>
70