📄 ca.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"] = "està funcionant desde fa";$text["norunmsg"] = "no està funcionant";$text["connmsg"] = "s'està connectant";$text["highidmsg"] = "està connectat (id alta)";$text["lowidmsg"] = "està connectat (id baixa)";$text["offrunmsg"] = "està desconnectat";$text["amulerun"] = "(aMule executat)";$text["amulenorun"] = "(aMule parat)";$text["sharedfiles"] = "Fitxers compartits";// try to keep these next three short, otherwise the signature// image will look messy$text["na"] = "N/D";$text["rx"] = "RX";$text["tx"] = "TX";$text["queuedclients"] = "Clients a la Cua";$text["transrate"] = "kB/s";$text["gigabytes"] = "GB";$text["client"] = "Client";$text["status"] = "Estat";$text["nick"] = "Sobrenom";$text["localtime"] = "Hora local";$text["rxspeed"] = "velocitat RX";$text["txspeed"] = "velocitat TX";$text["rxtotal"] = "RX total";$text["txtotal"] = "TX total";$text["osversion"] = "versis del SO";$text["hostuptime"] = "Temps d'execussis del PC";$text["servername"] = "Nom del Servidor";$text["serveraddr"] = "adreça:port del Servidor";$text["ed2klink"] = "enllaç ED2K";$text["general"] = "General";$text["server"] = "Servidor";$text["signature"] = "Signatura";$text["connecting"] = "Connectant";$text["online"] = "Connectat";$text["offline"] = "Desconnectat";$text["language"] = "Idioma";$text["submit"] = "Trametre";$text["sigfileerr"] = "No s'ha pogut obrir el fitxer de la Signatura";$text["baseimgerr"] = "No es troba l'imatge base";$text["iconerr"] = "No es troben un o més icones";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -