📄 pl.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"] = "d";$text["hourabbr"] = "h";$text["minabbr"] = "m";$text["secabbr"] = "s";$text["runtimemsg"] = "uruchomiony od";$text["norunmsg"] = "jest not running";$text["highidmsg"] = "jest online (wysokie id)";$text["lowidmsg"] = "jest online (niskie id)";$text["offrunmsg"] = "jest offline";$text["amulerun"] = "(aMule uruchomiony)";$text["amulenorun"] = "(aMule nie uruchomiony)";$text["sharedfiles"] = "Udostępnione pliki";// 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"] = "Klientów w kolejce";$text["transrate"] = "kB/s";$text["gigabytes"] = "GB";$text["client"] = "Klient";$text["status"] = "Status";$text["nick"] = "Ksywa";$text["localtime"] = "Czas lokalny";$text["rxspeed"] = "Prędkość RX";$text["txspeed"] = "Prędkość TX";$text["rxtotal"] = "Razem RX";$text["txtotal"] = "Razem TX";$text["osversion"] = "Wersja OS";$text["hostuptime"] = "Uptime hosta";$text["servername"] = "Nazwa serwera";$text["serveraddr"] = "adres:port serwera";$text["ed2klink"] = "link ED2K";$text["general"] = "Ogólne";$text["server"] = "Serwer";$text["signature"] = "Podpis";$text["online"] = "Online";$text["offline"] = "Offline";$text["language"] = "Język";$text["submit"] = "Zatwierdź";$text["sigfileerr"] = "Nie mogę otworzyć pliku podpisu";$text["baseimgerr"] = "Nie znalazłem obrazka";$text["iconerr"] = "Nie znalazłem jednej lub więcej ikon";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -