📄 de.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"] = "T";$text["hourabbr"] = "S";$text["minabbr"] = "m";$text["secabbr"] = "s";$text["runtimemsg"] = "läuft seit";$text["norunmsg"] = "läuft nicht";$text["connmsg"] = "verbindet gerade";$text["highidmsg"] = "ist online (high id)";$text["lowidmsg"] = "ist online (low id)";$text["offrunmsg"] = "ist offline";$text["amulerun"] = "(aMule läuft)";$text["amulenorun"] = "(aMule läuft nicht)";$text["sharedfiles"] = "Freigegebene Dateien";$text["na"] = "N/A";$text["rx"] = "Down";$text["tx"] = "Up";$text["queuedclients"] = "Clients in Warteliste";$text["transrate"] = "kB/s";$text["gigabytes"] = "GB";$text["client"] = "Client";$text["status"] = "Status";$text["nick"] = "Nick";$text["localtime"] = "Lokale Zeit";$text["rxspeed"] = "Download";$text["txspeed"] = "Upload";$text["rxtotal"] = "Download gesamt";$text["txtotal"] = "Upload gesamt";$text["osversion"] = "Betriebssystem";$text["hostuptime"] = "Host uptime";$text["servername"] = "Servername";$text["serveraddr"] = "Server Addresse:Port";$text["ed2klink"] = "ED2K Link";$text["general"] = "Übersicht";$text["server"] = "Server";$text["signature"] = "Signatur";$text["connecting"] = "Verbinden";$text["online"] = "Online";$text["offline"] = "Offline";$text["language"] = "Sprache";$text["submit"] = "Übernehmen";$text["sigfileerr"] = "Konnte Signaturdatei nicht öffnen (Couldn't open signature file)";$text["baseimgerr"] = "Kann Basis-Bild nicht finden (Cannot find base image)";$text["iconerr"] = "Kann eines oder mehrere Icons nicht finden (Cannot find one or more icons)";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -