es.inc
来自「电驴的MAC源代码」· INC 代码 · 共 68 行
INC
68 行
<?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"] = "lleva funcionando";$text["norunmsg"] = "no está funcionando";$text["highidmsg"] = "está conectado (id alta)";$text["lowidmsg"] = "está conectado (id baja)";$text["offrunmsg"] = "está desconectado";$text["connmsg"] = "está conectando";$text["amulerun"] = "(aMule está ejecutándose)";$text["amulenorun"] = "(aMule no está ejecutándose)";$text["sharedfiles"] = "Archivos compartidos";$text["na"] = "N/D";$text["rx"] = "RX";$text["tx"] = "TX";$text["queuedclients"] = "Clientes en cola";$text["transrate"] = "kB/s";$text["gigabytes"] = "GB";$text["client"] = "Cliente";$text["status"] = "Estado";$text["nick"] = "Nick";$text["localtime"] = "Hora local";$text["rxspeed"] = "Velocidad RX";$text["txspeed"] = "Velocidad TX";$text["rxtotal"] = "Total RX";$text["txtotal"] = "Total TX";$text["osversion"] = "Versión SO";$text["hostuptime"] = "Tiempo de ejecución del host";$text["servername"] = "Nombre del servidor";$text["serveraddr"] = "Dirección del servidor:puerto";$text["ed2klink"] = "Enlace ED2K";$text["general"] = "General";$text["server"] = "Servidor";$text["signature"] = "Firma";$text["connecting"] = "Conectando";$text["online"] = "Conectado";$text["offline"] = "Desconectado";$text["language"] = "Idioma";$text["submit"] = "Enviar";$text["sigfileerr"] = "Imposible abrir el archivo de firma";$text["baseimgerr"] = "Imposible encontrar la imágen base";$text["iconerr"] = "Imposible encontrar uno o más iconos";?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?