Subversion Repositories ALCASAR

Rev

Go to most recent revision | Blame | Last modification | View Log

<?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.19 2007/02/18 19:11:31 bigmichi1 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['dversion']       = 'Distro Name';
$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['cpuspeed']       = 'Chip MHz';
$text['busspeed']       = 'BUS Speed';
$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['usb']            = 'USB Eszközök';

$text['netusage']       = 'Háló Használat';
$text['device']         = 'Eszköz';
$text['received']       = 'Fogadott';
$text['sent']           = 'Küldött';
$text['errors']         = '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['locale']         = 'en_US';
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';

$text['days']           = 'nap';
$text['hours']          = 'ó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['hysteresis']     = 'Hysteresis';
$text['s_limit']        = 'Limit';
$text['s_label']        = 'Label';
$text['degreeC']        = '&deg;C';
$text['degreeF']        = '&deg;F';
$text['voltage_mark']   = 'V';
$text['rpm_mark']       = 'RPM';

$text['app']            = 'Kernel + applications';
$text['buffers']        = 'Buffers';
$text['cached']         = 'Cached';

?>