107 lines
3.5 KiB
PHP
Raw Permalink Normal View History

<?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.13 2005/12/31 17:25:02 bigmichi1 Exp $
$charset = 'UTF-8';
$text['title'] = 'Inform<72>cie o syst<73>me';
$text['vitals'] = 'Z<>kladn<64> inform<72>cie';
$text['hostname'] = 'Meno po<70><6F>ta<74>a';
$text['ip'] = 'IP adresa';
$text['kversion'] = 'Verzia jadra';
$text['dversion'] = 'Distro Name';
$text['uptime'] = 'Uptime';
$text['users'] = 'Prihl<68>sen<65>ch u<><75>vate<74>ov';
$text['loadavg'] = 'Priemer loadu';
$text['hardware'] = 'Hardwarov<6F> inform<72>cie';
$text['numcpu'] = 'Procesory';
$text['cpumodel'] = 'Model';
$text['cpuspeed'] = 'Frekvencia';
$text['busspeed'] = 'BUS Speed';
$text['cache'] = 'Ve<56>kos<6F> cache';
$text['bogomips'] = 'Bogomipsov';
$text['pci'] = 'PCI zariadenia';
$text['ide'] = 'IDE zariadenia';
$text['scsi'] = 'SCSI zariadenia';
$text['usb'] = 'USB zariadenia';
$text['netusage'] = 'Pou<6F><75>vanie siete';
$text['device'] = 'Zariadenia';
$text['received'] = 'Prijat<61>ch';
$text['sent'] = 'Odoslan<61>ch';
$text['errors'] = 'Chyby/Vypusten<65>ch';
$text['memusage'] = 'Obsadenie pam<61>ti';
$text['phymem'] = 'Fyzick<63> pam<61><6D>';
$text['swap'] = 'Swap';
$text['fs'] = 'Namountovan<61> s<>borov<6F> syst<73>my';
$text['mount'] = 'Adres<65>r';
$text['partition'] = 'Part<72>cia';
$text['percent'] = 'Obsaden<65>ch';
$text['type'] = 'Typ';
$text['free'] = 'Vo<56>n<EFBFBD>ch';
$text['used'] = 'Pou<6F>it<69>ch';
$text['size'] = 'Ve<56>kos<6F>';
$text['totals'] = 'Celkom';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = '<27>iadne';
$text['capacity'] = 'Kapacita';
$text['template'] = '<27>abl<62>na';
$text['language'] = 'Jazyk';
$text['submit'] = 'Odosla<6C>';
$text['created'] = 'Vytvoren<65> pomocou';
$text['locale'] = 'en_US';
$text['gen_time'] = 'on %b %d, %Y at %I:%M %p';
$text['days'] = 'dn<64>';
$text['hours'] = 'hod<6F>n';
$text['minutes'] = 'min<69>t';
$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'] = '&ordm;C';
$text['voltage_mark'] = 'V';
$text['rpm_mark'] = 'RPM';
$text['app'] = 'Kernel + applications';
$text['buffers'] = 'Buffers';
$text['cached'] = 'Cached';
?>