109 lines
3.6 KiB
PHP
109 lines
3.6 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.
|
|||
|
// Translated by Zsozso - zsozso@internews.hu
|
|||
|
// $Id: hu.php,v 1.15 2005/12/31 17:25:02 bigmichi1 Exp $
|
|||
|
|
|||
|
$charset = 'UTF-8';
|
|||
|
|
|||
|
$text['title'] = 'Rendszer Inform<72>ci<63>';
|
|||
|
|
|||
|
$text['vitals'] = 'A Rendszer Alapvet<65> Inform<72>ci<63>i';
|
|||
|
$text['hostname'] = 'Hostn<74>v';
|
|||
|
$text['ip'] = 'Figyelt IP';
|
|||
|
$text['kversion'] = 'Kernel Verzi<7A>';
|
|||
|
$text['dversion'] = 'Distro Name';
|
|||
|
$text['uptime'] = 'Uptime';
|
|||
|
$text['users'] = 'Pillanatnyi felhaszn<7A>l<EFBFBD>k';
|
|||
|
$text['loadavg'] = 'Terhel<65>si <20>tlag';
|
|||
|
|
|||
|
$text['hardware'] = 'Hardware Inform<72>ci<63>';
|
|||
|
$text['numcpu'] = 'Processzor';
|
|||
|
$text['cpumodel'] = 'Modell';
|
|||
|
$text['cpuspeed'] = 'Chip MHz';
|
|||
|
$text['busspeed'] = 'BUS Speed';
|
|||
|
$text['cache'] = 'Cache M<>ret';
|
|||
|
$text['bogomips'] = 'Rendszer Bogomips';
|
|||
|
|
|||
|
$text['pci'] = 'PCI Eszk<7A>z<EFBFBD>k';
|
|||
|
$text['ide'] = 'IDE Eszk<7A>z<EFBFBD>k';
|
|||
|
$text['scsi'] = 'SCSI Eszk<7A>z<EFBFBD>k';
|
|||
|
$text['usb'] = 'USB Eszk<7A>z<EFBFBD>k';
|
|||
|
|
|||
|
$text['netusage'] = 'H<>l<EFBFBD> Haszn<7A>lat';
|
|||
|
$text['device'] = 'Eszk<7A>z';
|
|||
|
$text['received'] = 'Fogadott';
|
|||
|
$text['sent'] = 'K<>ld<6C>tt';
|
|||
|
$text['hib<69>k'] = 'Err/Drop';
|
|||
|
|
|||
|
$text['connections'] = 'L<>tes<65>tett H<>l<EFBFBD>zati Kapcsolatok';
|
|||
|
|
|||
|
$text['memusage'] = 'Mem<65>ria Haszn<7A>lat';
|
|||
|
$text['phymem'] = 'Fizikai Mem<65>ria';
|
|||
|
$text['swap'] = 'Lemez Swap';
|
|||
|
|
|||
|
$text['fs'] = 'Csatlakoztatott File Rendszerek';
|
|||
|
$text['mount'] = 'Mount';
|
|||
|
$text['partition'] = 'Part<72>ci<63>k';
|
|||
|
|
|||
|
$text['percent'] = 'Sz<53>zal<61>kos Haszn<7A>lat';
|
|||
|
$text['type'] = 'T<>pus';
|
|||
|
$text['free'] = 'Szabad';
|
|||
|
$text['used'] = 'Haszn<7A>lt';
|
|||
|
$text['size'] = 'M<>ret';
|
|||
|
$text['totals'] = '<27>sszesen';
|
|||
|
|
|||
|
$text['kb'] = 'KB';
|
|||
|
$text['mb'] = 'MB';
|
|||
|
$text['gb'] = 'GB';
|
|||
|
|
|||
|
$text['none'] = 'nincs';
|
|||
|
|
|||
|
$text['capacity'] = 'Kapac<61>t<EFBFBD>s';
|
|||
|
|
|||
|
$text['template'] = 'Sablon';
|
|||
|
$text['language'] = 'Nyelv';
|
|||
|
$text['submit'] = 'Mehet';
|
|||
|
$text['created'] = 'K<>sz<73>lt:';
|
|||
|
$text['locale'] = 'en_US';
|
|||
|
$text['gen_time'] = 'on %b %d, %Y at %I:%M %p';
|
|||
|
|
|||
|
$text['days'] = 'nap';
|
|||
|
$text['hours'] = '<27>ra';
|
|||
|
$text['minutes'] = 'perc';
|
|||
|
|
|||
|
$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';
|
|||
|
|
|||
|
?>
|