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: lv.php,v 1.9 2005/12/31 17:25:02 bigmichi1 Exp $
$text['title'] = 'Sist<73>mas inform<72>cija';
$text['vitals'] = 'Galvenie r<>d<EFBFBD>t<EFBFBD>ji';
$text['hostname'] = 'Hosta v<>rds';
$text['ip'] = 'IP Adrese';
$text['kversion'] = 'Kerne<6E>a versija';
$text['dversion'] = 'Distro Name';
$text['uptime'] = 'Nep<65>rtrauktais darba laiks';
$text['users'] = 'Lietot<6F>ji';
$text['loadavg'] = 'Vid<69>jie iel<65>des r<>d<EFBFBD>t<EFBFBD>ji';
$text['hardware'] = 'Aparat<61>ra';
$text['numcpu'] = 'Procesors';
$text['cpumodel'] = 'Modelis';
$text['cpuspeed'] = '<27>ipa MHz';
$text['busspeed'] = 'BUS Speed';
$text['cache'] = 'Ke<4B> atmi<6D>a';
$text['bogomips'] = 'Sist<73>mas "Bogomips"';
$text['pci'] = 'PCI ier<65>ces';
$text['ide'] = 'IDE ier<65>ces';
$text['scsi'] = 'SCSI ier<65>ces';
$text['usb'] = 'USB ier<65>ces';
$text['netusage'] = 'T<>kla inform<72>cija';
$text['device'] = 'Ier<65>ce';
$text['received'] = 'Sa<53>emts';
$text['sent'] = 'Aizs<7A>t<EFBFBD>ts';
$text['errors'] = 'K<><4B>das/Zaud<75>t<EFBFBD>s paketes';
$text['connections'] = 'Established Network Connections';
$text['memusage'] = 'Atmi<6D>as lietojums';
$text['phymem'] = 'Operat<61>v<EFBFBD> atmi<6D>a';
$text['swap'] = 'Swap atmi<6D>a';
$text['fs'] = 'Cietie diski';
$text['mount'] = 'Mounta vieta';
$text['partition'] = 'Part<72>cija';
$text['percent'] = 'Aiz<69>emts procentos';
$text['type'] = 'Tips';
$text['free'] = 'Br<42>vs';
$text['used'] = 'Aiz<69>emts';
$text['size'] = 'Ietilp<6C>ba';
$text['totals'] = 'Kop<6F>';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'nav';
$text['capacity'] = 'Ietilp<6C>ba';
$text['template'] = 'Sagatave';
$text['language'] = 'Valoda';
$text['submit'] = 'Apstiprin<69>t';
$text['created'] = 'Autors';
$text['locale'] = 'en_US';
$text['gen_time'] = 'on %b %d, %Y at %I:%M %p';
$text['days'] = 'dienas';
$text['hours'] = 'stundas';
$text['minutes'] = 'min<69>tes';
$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';
?>