📄 hu.inc
字号:
<?php/** * AMPS - AMule PHP Statistics * Written by 黚erpenguin, AMPS is an adaptation of BigBob's aStats * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */$text["dayabbr"] = "n";$text["hourabbr"] = "ó";$text["minabbr"] = "p";$text["secabbr"] = "mp";$text["runtimemsg"] = "futott";$text["norunmsg"] = "nem fut";$text["connmsg"] = "kapcsolódás folyamatban";$text["highidmsg"] = "online (high id)";$text["lowidmsg"] = "online (low id)";$text["offrunmsg"] = "offline";$text["amulerun"] = "(aMule fut)";$text["amulenorun"] = "(aMule nem fut)";$text["sharedfiles"] = "Megosztott fájlok";// try to keep these next three short, otherwise the signature// image will look messy$text["na"] = "N/A";$text["rx"] = "RX";$text["tx"] = "TX";$text["queuedclients"] = "Várakozó kliensek";$text["transrate"] = "kB/s";$text["gigabytes"] = "GB";$text["client"] = "Kliens";$text["status"] = "Állapot";$text["nick"] = "Nick";$text["localtime"] = "Helyi idõ";$text["rxspeed"] = "RX sebesség";$text["txspeed"] = "TX sebesség";$text["rxtotal"] = "RX összesen";$text["txtotal"] = "TX összesen";$text["osversion"] = "OS verzió";$text["hostuptime"] = "Host mûködési ideje";$text["servername"] = "Kiszolgáló név";$text["serveraddr"] = "Kiszolgáló c韒e:portja";$text["ed2klink"] = "ED2K link";$text["general"] = "Általános";$text["server"] = "Kiszolgáló";$text["signature"] = "Álá韗ás";$text["connecting"] = "Kapcsolódás";$text["online"] = "Online";$text["offline"] = "Offline";$text["language"] = "Nyelv";$text["submit"] = "Végrehajt";$text["sigfileerr"] = "Alá韗ás fájlt nem lehet megnyitni";$text["baseimgerr"] = "Nem található alapkép";$text["iconerr"] = "Nem található egy vagy több ikon";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -