📄 cs.php
字号:
<?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: cs.php,v 1.2 2005/04/19 08:57:10 mschering Exp $//charset = 'iso-8859-2';$text['title'] = 'Informace o systému';$text['vitals'] = 'Základní informace';$text['hostname'] = 'Jméno počítače';$text['ip'] = 'IP adresa';$text['kversion'] = 'Verze jádra';$text['dversion'] = 'Distro Name';$text['uptime'] = 'Uptime';$text['users'] = 'Přihlášených uživatelů';$text['loadavg'] = 'Průměrná zátěž';$text['hardware'] = 'Hardwarové informace';$text['numcpu'] = 'Procesory';$text['cpumodel'] = 'Model';$text['mhz'] = 'Frekvence';$text['cache'] = 'Velikost cache';$text['bogomips'] = 'Bogomipsy';$text['usb'] = 'USB zařízení';$text['pci'] = 'PCI zařízení';$text['ide'] = 'IDE zařízení';$text['scsi'] = 'SCSI zařízení';$text['netusage'] = 'Používání sítě';$text['device'] = 'Zařízení';$text['received'] = 'Přijato';$text['sent'] = 'Odesláno';$text['errors'] = 'Chyby/Vypuštěno';$text['memusage'] = 'Obsazení paměti';$text['phymem'] = 'Fyzická paměť';$text['swap'] = 'Swap';$text['fs'] = 'Připojené souborové systémy';$text['mount'] = 'Adresář';$text['partition'] = 'Oddíl';$text['percent'] = 'Obsazeno';$text['type'] = 'Typ';$text['free'] = 'Volno';$text['used'] = 'Použito';$text['size'] = 'Velikost';$text['totals'] = 'Celkem';$text['kb'] = 'KB';$text['mb'] = 'MB';$text['gb'] = 'GB';$text['none'] = 'žádná';$text['capacity'] = 'Kapacita';$text['template'] = 'Šablona';$text['language'] = 'Jazyk';$text['submit'] = 'Odeslat';$text['created'] = 'Vytvořeno pomocí';$text['locale'] = 'en_US';$text['gen_time'] = 'on %b %d, %Y at %r';$text['days'] = 'dnů';$text['hours'] = 'hodin';$text['minutes'] = 'minut'; $text['temperature'] = 'Temperature';$text['voltage'] = 'Voltage';$text['fans'] = 'Fans';$text['s_value'] = 'Value';$text['s_min'] = 'Min';$text['s_max'] = 'Max';$text['s_div'] = 'Div';$text['hysteresis'] = 'Hysteresis';$text['s_limit'] = 'Limit';$text['s_label'] = 'Label';$text['degree_mark'] = '&ordm;C';$text['voltage_mark'] = 'V';$text['rpm_mark'] = 'RPM';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -