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.
//
// $Id: cs.php,v 1.18 2007/02/18 19:11:31 bigmichi1 Exp $

$charset                = 'iso-8859-2';

$text['title']          = 'Informace o systému';

$text['vitals']         = 'Základní informace';
$text['hostname']       = 'Jméno poèítaèe';
$text['ip']             = 'IP adresa';
$text['kversion']       = 'Verze jádra';
$text['dversion']       = 'Distro Name';
$text['uptime']         = 'Uptime';
$text['users']          = 'Pøihlá¹ených u¾ivatelù';
$text['loadavg']        = 'Prùmìrná zátì¾';

$text['hardware']       = 'Hardwarové informace';
$text['numcpu']         = 'Procesory';
$text['cpumodel']       = 'Model';
$text['cpuspeed']       = 'Frekvence';
$text['busspeed']       = 'BUS Speed';
$text['cache']          = 'Velikost cache';
$text['bogomips']       = 'Bogomipsy';

$text['pci']            = 'PCI zaøízení';
$text['ide']            = 'IDE zaøízení';
$text['scsi']           = 'SCSI zaøízení';
$text['usb']            = 'USB zaøízení';

$text['netusage']       = 'Pou¾ívání sítì';
$text['device']         = 'Zaøízení';
$text['received']       = 'Pøijato';
$text['sent']           = 'Odesláno';
$text['errors']         = 'Chyby/Vypu¹tìno';

$text['memusage']       = 'Obsazení pamìti';
$text['phymem']         = 'Fyzická pamì»';
$text['swap']           = 'Swap';

$text['fs']             = 'Pøipojené souborové systémy';
$text['mount']          = 'Adresáø';
$text['partition']      = 'Oddíl';

$text['percent']        = 'Obsazeno';
$text['type']           = 'Typ';
$text['free']           = 'Volno';
$text['used']           = 'Pou¾ito';
$text['size']           = 'Velikost';
$text['totals']         = 'Celkem';

$text['kb']             = 'KB';
$text['mb']             = 'MB';
$text['gb']             = 'GB';

$text['none']           = '¾ádná';

$text['capacity']       = 'Kapacita';

$text['template']       = '©ablona';
$text['language']       = 'Jazyk';
$text['submit']         = 'Odeslat';
$text['created']        = 'Vytvoøeno pomocí';
$text['locale']         = 'en_US';
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';

$text['days']           = 'dnù';
$text['hours']          = 'hodin';
$text['minutes']        = 'minut';
  
$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';

$text['connections']    = 'Established Network Connections';
?>