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

$charset                = 'iso-8859-2';

$text['title']          = 'Informacja o systemie';

$text['vitals']         = 'Stan systemu';
$text['hostname']       = 'Nazwa kanoniczna hosta';
$text['ip']             = 'IP nas³uchuj±cy';
$text['kversion']       = 'Wersja j±dra';
$text['dversion']       = 'Distro Name';
$text['uptime']         = 'Uptime';
$text['users']          = 'Obecnych u¿ytkownków';
$text['loadavg']        = 'Obci±¿enia ¶rednie';

$text['hardware']       = 'Informacja o sprzêcie';
$text['numcpu']         = 'Procesory';
$text['cpumodel']       = 'Model';
$text['cpuspeed']       = 'Cz&#281;stotliwo&#347;&#263;';
$text['busspeed']       = 'BUS Speed';
$text['cache']          = 'Cache Size';
$text['bogomips']       = 'System Bogomips';

$text['pci']            = 'Urz±dzenia PCI';
$text['ide']            = 'Urz±dzenia IDE';
$text['scsi']           = 'Urz±dzenia SCSI';
$text['usb']            = 'Urz±dzenia USB';

$text['netusage']       = 'Sieæ';
$text['device']         = 'Urz±dzenie';
$text['received']       = 'Odebrano';
$text['sent']           = 'Wys³ano';
$text['errors']         = 'B³êdow/Porzuconych';

$text['memusage']       = 'Obci±¿enie pamiêci';
$text['phymem']         = 'Pamiêæ fizyczna';
$text['swap']           = 'Pamiêæ Swap';

$text['fs']             = 'Zamontowane systemy plików';
$text['mount']          = 'Punkt montowania';
$text['partition']      = 'Partycja';

$text['percent']        = 'Procentowo zajête';
$text['type']           = 'Typ';
$text['free']           = 'Wolne';
$text['used']           = 'Zajête';
$text['size']           = 'Rozmiar';
$text['totals']         = 'Ca³kowite';

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

$text['none']           = 'brak';

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

$text['template']       = 'Szablon';
$text['language']       = 'Jêzyk';
$text['submit']         = 'Wy¶lij';
$text['created']        = 'Utworzone przez';
$text['locale']         = 'pl_PL'; 
$text['gen_time']       = " %e %b %Y o godzinie %T";

$text['days']           = 'dni';
$text['hours']          = 'godzin';
$text['minutes']        = 'minut';

$text['temperature']    = 'Temperatura';
$text['voltage']        = 'Napiêcia';
$text['fans']           = 'Wiatraczki';
$text['s_value']        = 'Warto¶æ';
$text['s_min']          = 'Min';
$text['s_max']          = 'Max';
$text['hysteresis']     = 'Hystereza';
$text['s_limit']        = 'Limit';
$text['s_label']        = 'Nazwa';
$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';
?>