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"]	= "n";
23$text["hourabbr"]	= "ó";
24$text["minabbr"]	= "p";
25$text["secabbr"]	= "mp";
26$text["runtimemsg"]	= "futott";
27$text["norunmsg"]	= "nem fut";
28$text["connmsg"]	= "kapcsolódás folyamatban";
29$text["highidmsg"]	= "online (high id)";
30$text["lowidmsg"]	= "online (low id)";
31$text["offrunmsg"]	= "offline";
32$text["amulerun"]	= "(aMule fut)";
33$text["amulenorun"]	= "(aMule nem fut)";
34$text["sharedfiles"]	= "Megosztott fájlok";
35
36// try to keep these next three short, otherwise the signature
37// image will look messy
38$text["na"]		= "N/A";
39$text["rx"]		= "RX";
40$text["tx"]		= "TX";
41
42$text["queuedclients"]	= "Várakozó kliensek";
43$text["transrate"]	= "kB/s";
44$text["gigabytes"]	= "GB";
45$text["client"]		= "Kliens";
46$text["status"]		= "Állapot";
47$text["nick"]		= "Nick";
48$text["localtime"]	= "Helyi idõ";
49$text["rxspeed"]	= "RX sebesség";
50$text["txspeed"]	= "TX sebesség";
51$text["rxtotal"]	= "RX &#246sszesen";
52$text["txtotal"]	= "TX &#246sszesen";
53$text["osversion"]	= "OS verzió";
54$text["hostuptime"]	= "Host mûk&#246dési ideje";
55$text["servername"]	= "Kiszolgáló név";
56$text["serveraddr"]	= "Kiszolgáló cme:portja";
57$text["ed2klink"]	= "ED2K link";
58$text["general"]	= "Általános";
59$text["server"]		= "Kiszolgáló";
60$text["signature"]	= "Álárás";
61$text["connecting"]	= "Kapcsolódás";
62$text["online"]		= "Online";
63$text["offline"]	= "Offline";
64$text["language"]	= "Nyelv";
65$text["submit"]		= "Végrehajt";
66
67$text["sigfileerr"]	= "Alárás fájlt nem lehet megnyitni";
68$text["baseimgerr"]	= "Nem található alapkép";
69$text["iconerr"]	= "Nem található egy vagy t&#246bb ikon";
70
71?>
72