📄 fr.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"] = "j";$text["hourabbr"] = "h";$text["minabbr"] = "m";$text["secabbr"] = "s";$text["runtimemsg"] = "fonctionne depuis";$text["norunmsg"] = "est arrêté";$text["connmsg"] = "se connecte";$text["highidmsg"] = "est connecté (high id)";$text["lowidmsg"] = "est connecté (low id)";$text["offrunmsg"] = "n'est pas connecté";$text["amulerun"] = "(aMule fonctionne)";$text["amulenorun"] = "(aMule est arrêté)";$text["sharedfiles"] = "Fichiers partagés";// 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"] = "Clients en attente";$text["transrate"] = "Ko/s";$text["gigabytes"] = "Go";$text["client"] = "Client";$text["status"] = "Statut";$text["nick"] = "Pseudo";$text["localtime"] = "Heure locale";$text["rxspeed"] = "Vitesse de réception";$text["txspeed"] = "Vitesse de transmission";$text["rxtotal"] = "Total reçu";$text["txtotal"] = "Total transmis";$text["osversion"] = "Version d'OS";$text["hostuptime"] = "Temps de fonctionnement";$text["servername"] = "Nom du serveur";$text["serveraddr"] = "Adresse:port du serveur";$text["ed2klink"] = "Lien ED2K";$text["general"] = "Général";$text["server"] = "Serveur";$text["signature"] = "Signature";$text["connecting"] = "Connexion en cours";$text["online"] = "Connecté";$text["offline"] = "Déconnecté";$text["language"] = "Langue";$text["submit"] = "Envoyer";$text["sigfileerr"] = "Impossible d'ouvrir le fichier de signature";$text["baseimgerr"] = "Impossible de trouver l'image de fond";$text["iconerr"] = "Impossible de trouver un ou plusieurs icônes";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -