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"]	= "T";
23$text["hourabbr"]	= "S";
24$text["minabbr"]	= "m";
25$text["secabbr"]	= "s";
26$text["runtimemsg"]	= "läuft seit";
27$text["norunmsg"]	= "läuft nicht";
28$text["connmsg"]	= "verbindet gerade";
29$text["highidmsg"]	= "ist online (high id)";
30$text["lowidmsg"]	= "ist online (low id)";
31$text["offrunmsg"]	= "ist offline";
32$text["amulerun"]	= "(aMule läuft)";
33$text["amulenorun"]	= "(aMule läuft nicht)";
34$text["sharedfiles"]	= "Freigegebene Dateien";
35$text["na"]		= "N/A";
36$text["rx"]		= "Down";
37$text["tx"]		= "Up";
38$text["queuedclients"]	= "Clients in Warteliste";
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 Zeit";
45$text["rxspeed"]	= "Download";
46$text["txspeed"]	= "Upload";
47$text["rxtotal"]	= "Download gesamt";
48$text["txtotal"]	= "Upload gesamt";
49$text["osversion"]	= "Betriebssystem";
50$text["hostuptime"]	= "Host uptime";
51$text["servername"]	= "Servername";
52$text["serveraddr"]	= "Server Addresse:Port";
53$text["ed2klink"]	= "ED2K Link";
54$text["general"]	= "Übersicht";
55$text["server"]		= "Server";
56$text["signature"]	= "Signatur";
57$text["connecting"]	= "Verbinden";
58$text["online"]		= "Online";
59$text["offline"]	= "Offline";
60$text["language"]	= "Sprache";
61$text["submit"]		= "Übernehmen";
62
63$text["sigfileerr"]	= "Konnte Signaturdatei nicht öffnen (Couldn't open signature file)";
64$text["baseimgerr"]	= "Kann Basis-Bild nicht finden (Cannot find base image)";
65$text["iconerr"]	= "Kann eines oder mehrere Icons nicht finden (Cannot find one or more icons)";
66
67?>
68