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"] = "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";
36 // try to keep these next three short, otherwise the signature
37 // image will look messy
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 összesen";
52 $text["txtotal"] = "TX összesen";
53 $text["osversion"] = "OS verzió";
54 $text["hostuptime"] = "Host mûködési ideje";
55 $text["servername"] = "Kiszolgáló név";
56 $text["serveraddr"] = "Kiszolgáló címe: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";
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öbb ikon";