<?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: lt.php,v 1.2 2001/05/30 18:22:09 precision Exp $ $text['title'] = 'Sistemos Informacija'; $text['vitals'] = 'Sisteminiai Duomenys'; $text['hostname'] = 'Unikalus Hostas'; $text['ip'] = 'IP Adresas'; $text['kversion'] = 'Kernelio Versija'; $text['uptime'] = 'Veikimo laikas'; $text['users'] = 'Vartotojai'; $text['loadavg'] = 'U?krovimo vidurkiai'; $text['hardware'] = 'Aparat?riniai duomenys'; $text['numcpu'] = 'Procesorius'; $text['cpumodel'] = 'Modelis'; $text['mhz'] = 'Da?nis MHz'; $text['cache'] = 'Cache Dydis'; $text['bogomips'] = 'Sistemos "Bogomips"'; $text['pci'] = 'PCI ?renginiai'; $text['ide'] = 'IDE ?renginiai'; $text['scsi'] = 'SCSI ?renginiai'; $text['netusage'] = 'Tinklo Informacija'; $text['device'] = '?renginys'; $text['received'] = 'Parsi?sta'; $text['sent'] = 'I?si?sta'; $text['errors'] = 'Klaidos/Numesti Paketai'; $text['memusage'] = 'Atminties Informacija'; $text['phymem'] = 'Operatyvioji Atmintis'; $text['swap'] = 'Disko Swap Particija'; $text['fs'] = 'HDD informacija'; $text['mount'] = 'U?montuota'; $text['partition'] = 'Particija'; $text['percent'] = 'I?reik?ta Procentais'; $text['type'] = 'Tipas'; $text['free'] = 'Laisva'; $text['used'] = 'U?imta'; $text['size'] = 'Dydis'; $text['totals'] = 'I? Viso'; $text['kb'] = 'KB'; $text['mb'] = 'MB'; $text['gb'] = 'GB'; $text['none'] = 'none'; $text['capacity'] = 'Capacity'; $text['template'] = 'Template'; $text['language'] = 'Language'; $text['submit'] = 'Submit'; $text['created'] = 'Created by'; $text['days'] = 'days'; $text['hours'] = 'hours'; $text['minutes'] = 'minutes'; ?>