<?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 - hide@address.com // $Id: hu.php,v 1.1 2002/04/04 17:56:39 precision Exp $ $charset = 'iso-8859-2'; $text['title'] = 'Rendszer Információ'; $text['vitals'] = 'A Rendszer Alapvetõ Információi'; $text['hostname'] = 'Hostnév'; $text['ip'] = 'Figyelt IP'; $text['kversion'] = 'Kernel Verzió'; $text['uptime'] = 'Uptime'; $text['users'] = 'Pillanatnyi felhasználók'; $text['loadavg'] = 'Terhelési Átlag'; $text['hardware'] = 'Hardware Információ'; $text['numcpu'] = 'Processzor'; $text['cpumodel'] = 'Modell'; $text['mhz'] = 'Chip MHz'; $text['cache'] = 'Cache Méret'; $text['bogomips'] = 'Rendszer Bogomips'; $text['pci'] = 'PCI Eszközök'; $text['ide'] = 'IDE Eszközök'; $text['scsi'] = 'SCSI Eszközök'; $text['netusage'] = 'Háló Használat'; $text['device'] = 'Eszköz'; $text['received'] = 'Fogadott'; $text['sent'] = 'Küldött'; $text['hibák'] = 'Err/Drop'; $text['connections'] = 'Létesített Hálózati Kapcsolatok'; $text['memusage'] = 'Memória Használat'; $text['phymem'] = 'Fizikai Memória'; $text['swap'] = 'Lemez Swap'; $text['fs'] = 'Csatlakoztatott File Rendszerek'; $text['mount'] = 'Mount'; $text['partition'] = 'Partíciók'; $text['percent'] = 'Százalékos Használat'; $text['type'] = 'Típus'; $text['free'] = 'Szabad'; $text['used'] = 'Használt'; $text['size'] = 'Méret'; $text['totals'] = 'Összesen'; $text['kb'] = 'KB'; $text['mb'] = 'MB'; $text['gb'] = 'GB'; $text['none'] = 'nincs'; $text['capacity'] = 'Kapacítás'; $text['template'] = 'Sablon'; $text['language'] = 'Nyelv'; $text['submit'] = 'Mehet'; $text['created'] = 'Készült:'; $text['days'] = 'nap'; $text['hours'] = 'óra'; $text['minutes'] = 'perc'; ?>