First commit 18/08/2000
This commit is contained in:
81
otros/includes/lang/cs.php
Normal file
81
otros/includes/lang/cs.php
Normal file
@ -0,0 +1,81 @@
|
||||
<?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.1 2001/05/30 18:22:09 precision Exp $
|
||||
|
||||
$charset = 'iso-8859-2';
|
||||
|
||||
$text['title'] = 'Informace o syst<73>mu';
|
||||
|
||||
$text['vitals'] = 'Z<>sadn<64> informace';
|
||||
$text['hostname'] = 'Jm<4A>no po<70><6F>ta<74>e';
|
||||
$text['ip'] = 'IP adresa';
|
||||
$text['kversion'] = 'Verze j<>dra';
|
||||
$text['uptime'] = 'Uptime';
|
||||
$text['users'] = 'P<>ihl<68><6C>en<65>ch u<>ivatel<65>';
|
||||
$text['loadavg'] = 'Pr<50>m<EFBFBD>ru loadu';
|
||||
|
||||
$text['hardware'] = 'Hardwarov<6F> informace';
|
||||
$text['numcpu'] = 'Procesory';
|
||||
$text['cpumodel'] = 'Model';
|
||||
$text['mhz'] = 'Frekvence';
|
||||
$text['cache'] = 'Velikost cache';
|
||||
$text['bogomips'] = 'Bogomipsy';
|
||||
$text['pci'] = 'PCI za<7A><61>zen<65>';
|
||||
$text['ide'] = 'IDE za<7A><61>zen<65>';
|
||||
$text['scsi'] = 'SCSI za<7A><61>zen<65>';
|
||||
|
||||
$text['netusage'] = 'Pou<6F><75>v<EFBFBD>n<EFBFBD> s<>t<EFBFBD>';
|
||||
$text['device'] = 'Za<5A><61>zen<65>';
|
||||
$text['received'] = 'P<>ijato';
|
||||
$text['sent'] = 'Odesl<73>no';
|
||||
$text['errors'] = 'Chyby/Vypu<70>t<EFBFBD>no';
|
||||
|
||||
$text['memusage'] = 'Obsazen<65> pam<61>ti';
|
||||
$text['phymem'] = 'Fyzick<63> pam<61><6D>';
|
||||
$text['swap'] = 'Swap';
|
||||
|
||||
$text['fs'] = 'Namountovan<61> souborov<6F> syst<73>my';
|
||||
$text['mount'] = 'Adres<65><73>';
|
||||
$text['partition'] = 'Partition';
|
||||
|
||||
$text['percent'] = 'Obsazeno';
|
||||
$text['type'] = 'Typ';
|
||||
$text['free'] = 'Volno';
|
||||
$text['used'] = 'Pou<6F>ito';
|
||||
$text['size'] = 'Velikost';
|
||||
$text['totals'] = 'Celkem';
|
||||
|
||||
$text['kb'] = 'KB';
|
||||
$text['mb'] = 'MB';
|
||||
$text['gb'] = 'GB';
|
||||
|
||||
$text['none'] = '<27><>dn<64>';
|
||||
|
||||
$text['capacity'] = 'Kapacita';
|
||||
|
||||
$text['template'] = '<27>ablona';
|
||||
$text['language'] = 'Jazyk';
|
||||
$text['submit'] = 'Odeslat';
|
||||
$text['created'] = 'Vytvo<76>eno pomoc<6F>';
|
||||
|
||||
$text['days'] = 'dn<64>';
|
||||
$text['hours'] = 'hodin';
|
||||
$text['minutes'] = 'minut';
|
||||
?>
|
Reference in New Issue
Block a user