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"]	= "u";
24$text["minabbr"]	= "m";
25$text["secabbr"]	= "s";
26$text["runtimemsg"]	= "draait";
27$text["norunmsg"]	= "draait niet";
28$text["connmsg"]	= "is aan het verbinden";
29$text["highidmsg"]	= "is online (high id)";
30$text["lowidmsg"]	= "is online (low id)";
31$text["offrunmsg"]	= "is offline";
32$text["amulerun"]	= "(aMule draait)";
33$text["amulenorun"]	= "(aMule draait niet)";
34$text["sharedfiles"]	= "Gedeelde bestanden";
35$text["na"]		= "N/B";
36$text["rx"]		= "RX";
37$text["tx"]		= "TX";
38$text["queuedclients"]	= "Clients in wachtrij";
39$text["transrate"]	= "kB/s";
40$text["gigabytes"]	= "GB";
41$text["client"]		= "Client";
42$text["status"]		= "Status";
43$text["nick"]		= "Nick";
44$text["localtime"]	= "Lokale tijd";
45$text["rxspeed"]	= "RX snelheid";
46$text["txspeed"]	= "TX snelheid";
47$text["rxtotal"]	= "RX totaal";
48$text["txtotal"]	= "TX totaal";
49$text["osversion"]	= "OS versie";
50$text["hostuptime"]	= "Host uptime";
51$text["servername"]	= "Server naam";
52$text["serveraddr"]	= "Server adres:poort";
53$text["ed2klink"]	= "ED2K link";
54$text["general"]	= "Algemeen";
55$text["server"]		= "Server";
56$text["signature"]	= "Handtekening";
57$text["connecting"]	= "Aan het Verbinden";
58$text["online"]		= "Online";
59$text["offline"]	= "Offline";
60$text["language"]	= "Taal";
61$text["submit"]		= "Verstuur";
62
63$text["sigfileerr"]	= "Kon handtekening bestand niet openen";
64$text["baseimgerr"]	= "Kan basis afbeelding niet vinden";
65$text["iconerr"]	= "Kan een of meer pictogrammen niet vinden";
66
67?>
68