fr.php
来自「eGroupWare is a multi-user, web-based gr」· PHP 代码 · 共 59 行
PHP
59 行
<?php//// phpSysInfo - A PHP System Information Script// http://phpsysinfo.sourceforge.net///// 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.//// $Id: fr.php,v 1.2 2004/01/20 20:57:47 reinerj Exp $$text['title'] = 'Information Syst鑝e ';$text['vitals'] = 'Syst鑝e';$text['hostname'] = 'Nom d\'h魌e cannonique';$text['ip'] = 'IP';$text['kversion'] = 'Version du noyau';$text['uptime'] = 'Uptime';$text['users'] = 'Utilisateurs';$text['loadavg'] = 'Charge syst鑝e';$text['hardware'] = 'Information Mat閞iel';$text['numcpu'] = 'Processeurs';$text['cpumodel'] = 'Mod鑜e';$text['mhz'] = 'Fr閝uence';$text['cache'] = 'Taille Cache';$text['bogomips'] = 'Bogomips';$text['pci'] = 'P閞iph. PCI';$text['ide'] = 'P閞iph. IDE';$text['scsi'] = 'P閞iph. SCSI';$text['netusage'] = 'R閟eau';$text['device'] = 'P閞iph閞ique';$text['received'] = 'R閏eption';$text['sent'] = 'Envoi';$text['errors'] = 'Err/Drop';$text['memusage'] = 'Utilisation m閙oire';$text['phymem'] = 'M閙oire Physique';$text['swap'] = 'Swap disque';$text['fs'] = 'Syst鑝es de fichiers mont閟';$text['mount'] = 'Point';$text['partition'] = 'Partition';$text['percent'] = 'Utilisation';$text['type'] = 'Type';$text['free'] = 'Libre';$text['used'] = 'Utililis
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?