<?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: sk.php,v 1.2 2001/11/13 17:48:56 precision Exp $ $charset = 'iso-8859-2'; $text['title'] = 'Informácie o systéme'; $text['vitals'] = 'Základné informácie'; $text['hostname'] = 'Meno poèítaèa'; $text['ip'] = 'IP adresa'; $text['kversion'] = 'Verzia jadra'; $text['uptime'] = 'Uptime'; $text['users'] = 'Prihlásených u¾ívateåov'; $text['loadavg'] = 'Priemer loadu'; $text['hardware'] = 'Hardwarové informácie'; $text['numcpu'] = 'Procesory'; $text['cpumodel'] = 'Model'; $text['mhz'] = 'Frekvencia'; $text['cache'] = 'Veåkos» cache'; $text['bogomips'] = 'Bogomipsov'; $text['pci'] = 'PCI zariadenia'; $text['ide'] = 'IDE zariadenia'; $text['scsi'] = 'SCSI zariadenia'; $text['netusage'] = 'Pou¾ívanie siete'; $text['device'] = 'Zariadenia'; $text['received'] = 'Prijatých'; $text['sent'] = 'Odoslaných'; $text['errors'] = 'Chyby/Vypustených'; $text['memusage'] = 'Obsadenie pamäti'; $text['phymem'] = 'Fyzická pamä»'; $text['swap'] = 'Swap'; $text['fs'] = 'Namountované súborové systémy'; $text['mount'] = 'Adresár'; $text['partition'] = 'Partícia'; $text['percent'] = 'Obsadených'; $text['type'] = 'Typ'; $text['free'] = 'Voåných'; $text['used'] = 'Pou¾itých'; $text['size'] = 'Veåkos»'; $text['totals'] = 'Celkom'; $text['kb'] = 'KB'; $text['mb'] = 'MB'; $text['gb'] = 'GB'; $text['none'] = '¾iadne'; $text['capacity'] = 'Kapacita'; $text['template'] = '©ablóna'; $text['language'] = 'Jazyk'; $text['submit'] = 'Odosla»'; $text['created'] = 'Vytvorené pomocou'; $text['days'] = 'dní'; $text['hours'] = 'hodín'; $text['minutes'] = 'minút'; ?>