108 lines
3.4 KiB
PHP
108 lines
3.4 KiB
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: he.php,v 1.13 2005/12/31 17:25:02 bigmichi1 Exp $
|
|
$charset = 'windows-1255';
|
|
$text_dir = 'rtl';
|
|
$text['title'] = 'îéãò òì äîòøëú';
|
|
|
|
$text['vitals'] = 'çéåðéåú îòøëú';
|
|
$text['hostname'] = 'ùí úçðä';
|
|
$text['ip'] = 'ëúåáú IP';
|
|
$text['kversion'] = 'âøñú ÷øðì';
|
|
$text['dversion'] = 'Distro Name';
|
|
$text['uptime'] = 'æîï ùäîòøëú ìîòìä';
|
|
$text['users'] = 'îùúùéí ðåëçééí';
|
|
$text['loadavg'] = 'îîåöò òåîñéí';
|
|
|
|
$text['hardware'] = 'îéãò çåîøä';
|
|
$text['numcpu'] = 'îòáãéí';
|
|
$text['cpumodel'] = 'ñåâ';
|
|
$text['cpuspeed'] = 'îäéøåú áMHz';
|
|
$text['busspeed'] = 'BUS Speed';
|
|
$text['cache'] = 'âåãì æëøåï îèîåï';
|
|
$text['bogomips'] = 'îäéøåú ábogomips';
|
|
|
|
$text['pci'] = 'äú÷ðé PCI';
|
|
$text['ide'] = 'äú÷ðé IDE';
|
|
$text['scsi'] = 'äú÷ðé SCSI';
|
|
$text['usb'] = 'äú÷ðé USB';
|
|
|
|
$text['netusage'] = 'øùú';
|
|
$text['device'] = 'äú÷ï';
|
|
$text['received'] = '÷éáì';
|
|
$text['sent'] = 'ùìç';
|
|
$text['errors'] = 'ú÷ìåú/æøé÷åú';
|
|
|
|
$text['connections'] = 'òøåöé ú÷ùåøú ôúåçéí';
|
|
|
|
$text['memusage'] = 'ðéöåìú æëøåï';
|
|
$text['phymem'] = 'æëøåï ôéæé';
|
|
$text['swap'] = 'æëøåï swap';
|
|
|
|
$text['fs'] = 'îòøëåú ÷áöéí îçåáøåú';
|
|
$text['mount'] = 'îçåáø';
|
|
$text['partition'] = 'îçéöä';
|
|
|
|
$text['percent'] = 'úëåìä áàçæåéí';
|
|
$text['type'] = 'ñåâ';
|
|
$text['free'] = 'çåôùé';
|
|
$text['used'] = 'áùéîåù';
|
|
$text['size'] = 'âåãì';
|
|
$text['totals'] = 'ñä"ë';
|
|
|
|
$text['kb'] = '÷éìå áúéí';
|
|
$text['mb'] = 'îâä';
|
|
$text['gb'] = 'âéâä';
|
|
|
|
$text['none'] = 'ììà';
|
|
|
|
$text['capacity'] = 'úëåìä';
|
|
|
|
$text['template'] = 'úáðéú';
|
|
$text['language'] = 'ùôä';
|
|
$text['submit'] = 'äâù';
|
|
$text['created'] = 'ðåöø ò"é';
|
|
$text['locale'] = 'en_US';
|
|
$text['gen_time'] = 'on %b %d, %Y at %I:%M %p';
|
|
|
|
$text['days'] = 'éîéí';
|
|
$text['hours'] = 'ùòåú';
|
|
$text['minutes'] = 'ã÷åú';
|
|
|
|
$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'] = 'ºC';
|
|
$text['voltage_mark'] = 'V';
|
|
$text['rpm_mark'] = 'RPM';
|
|
|
|
$text['app'] = 'Kernel + applications';
|
|
$text['buffers'] = 'Buffers';
|
|
$text['cached'] = 'Cached';
|
|
|
|
?>
|