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

$charset                = 'cp-1251';

$text['title']          = 'Ñèñòåìíà Èíôîðìàöèÿ';

$text['vitals']         = 'Æèçíåíà Èíôîðàìöèÿ';
$text['hostname']       = 'Èìå íà õîñòà';
$text['ip']             = 'IP Àäðåñ';
$text['kversion']       = 'Âåðñèÿ íà ÿäðîòî';
$text['dversion']       = 'Distro Name';
$text['uptime']         = 'Ðàáîòè îò';
$text['users']          = 'Âêëþ÷åíè ïîòðåáèòåëè';
$text['loadavg']        = 'Ñðåäíî íàòîâàðâàíå';

$text['hardware']       = 'Èíôîðìàöèÿ çà õàðäóåðà';
$text['numcpu']         = 'Áðîé ïðîöåñîðè';
$text['cpumodel']       = 'Ìîäåë íà ïðîöåñîð';
$text['cpuspeed']       = '×åñòîòà';
$text['busspeed']       = 'BUS Speed';
$text['cache']          = 'Ðàçìåð íà êåøa ';
$text['bogomips']       = 'Bogomips èíäåêñ';

$text['pci']            = 'PCI óñòðîéñòâà';
$text['ide']            = 'IDE óñòðîéñòâà';
$text['scsi']           = 'SCSI óñòðîéñòâà';
$text['usb']            = 'USB óñòðîéñòâà';

$text['netusage']       = 'Ìðåæîâà èíôîðìàöèÿ';
$text['device']         = 'Èíòåðôåéñè';
$text['received']       = 'Ïîëó÷åíè';
$text['sent']           = 'Èçïðàòåíè';
$text['errors']         = 'Ãðåøêè/Èçïóñíàòè';

$text['connections']    = 'Óñúùåñòâåíè ìðåæîâè âðúçêè';

$text['memusage']       = 'Îïåðàòèâíà ïàìåò';
$text['phymem']         = 'Ôèçè÷åñêà ïàìåò';
$text['swap']           = 'Swap ïàìåò';

$text['fs']             = 'Ôàéëîâè ñèñòåìè';
$text['mount']          = 'Ìÿñòî';
$text['partition']      = 'Äÿë';

$text['percent']        = 'Ïðîöåíòíî èçïîëçâàíå';
$text['type']           = 'Òèï';
$text['free']           = 'Ñâîáîäíè';
$text['used']           = 'Èçïîëçâàíè';
$text['size']           = 'Îáù îáåì';
$text['totals']         = 'Âñè÷êî';

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

$text['none']           = 'íÿìà';

$text['capacity']       = 'Êàïàöèòåò';

$text['template']       = 'Òåìà';
$text['language']       = 'Åçèê';
$text['submit']         = 'Îïðåñíè';
$text['created']        = 'Ñúçäàäåíî ñ';
$text['locale']         = 'en_US';
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';

$text['days']           = 'äíè';
$text['hours']          = '÷àñà';
$text['minutes']        = 'ìèíóòè';

$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';

?>