[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 2 // 3 // phpSysInfo - A PHP System Information Script 4 // http://phpsysinfo.sourceforge.net/ 5 // 6 // This program is free software; you can redistribute it and/or 7 // modify it under the terms of the GNU General Public License 8 // as published by the Free Software Foundation; either version 2 9 // of the License, or (at your option) any later version. 10 // 11 // This program is distributed in the hope that it will be useful, 12 // but WITHOUT ANY WARRANTY; without even the implied warranty of 13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 // GNU General Public License for more details. 15 // 16 // You should have received a copy of the GNU General Public License 17 // along with this program; if not, write to the Free Software 18 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 // 20 // $Id: lt.php,v 1.16 2005/12/31 17:25:02 bigmichi1 Exp $ 21 22 $charset = 'utf-8'; 23 24 $text['title'] = 'Informacija apie sistemą'; 25 26 $text['vitals'] = 'Sistema'; 27 $text['hostname'] = 'Kompiuterio vardas'; 28 $text['ip'] = 'IP adresas'; 29 $text['kversion'] = 'Branduolio versija'; 30 $text['dversion'] = 'Distribucija'; 31 $text['uptime'] = 'Veikimo laikas'; 32 $text['users'] = 'Vartotojai'; 33 $text['loadavg'] = 'Apkrovos vidurkiai'; 34 35 $text['hardware'] = 'Aparatūra'; 36 $text['numcpu'] = 'Procesorių kiekis'; 37 $text['cpumodel'] = 'Modelis'; 38 $text['cpuspeed'] = 'Procesoriaus dažnis'; 39 $text['busspeed'] = 'Magistralės dažnis'; 40 $text['cache'] = 'Spartinančioji atmintinė'; 41 $text['bogomips'] = 'Sistemos „bogomips“'; 42 43 $text['pci'] = 'PCI įrenginiai'; 44 $text['ide'] = 'IDE įrenginiai'; 45 $text['scsi'] = 'SCSI įrenginiai'; 46 $text['usb'] = 'USB įrenginiai'; 47 48 $text['netusage'] = 'Tinklas'; 49 $text['device'] = 'Įrenginys'; 50 $text['received'] = 'Gauta'; 51 $text['sent'] = 'Išsiųsta'; 52 $text['errors'] = 'Klaidos/pamesti paketai'; 53 54 $text['memusage'] = 'Atmintis'; 55 $text['phymem'] = 'Operatyvioji atmintis'; 56 $text['swap'] = 'Disko swap skirsnis'; 57 58 $text['fs'] = 'Bylų sistema'; 59 $text['mount'] = 'Prijungimo vieta'; 60 $text['partition'] = 'Skirsnis'; 61 62 $text['percent'] = 'Apkrova procentais'; 63 $text['type'] = 'Tipas'; 64 $text['free'] = 'Laisva'; 65 $text['used'] = 'Apkrauta'; 66 $text['size'] = 'Dydis'; 67 $text['totals'] = 'Iš viso'; 68 69 $text['kb'] = 'KB'; 70 $text['mb'] = 'MB'; 71 $text['gb'] = 'GB'; 72 73 $text['none'] = 'nėra'; 74 75 $text['capacity'] = 'Talpa'; 76 77 $text['template'] = 'Šablonas'; 78 $text['language'] = 'Kalba'; 79 $text['submit'] = 'Atnaujinti'; 80 $text['created'] = 'Naudojamas'; 81 82 $text['days'] = 'd.'; 83 $text['hours'] = 'val.'; 84 $text['minutes'] = 'min.'; 85 86 $text['temperature'] = 'Temperatūra'; 87 $text['voltage'] = 'Įtampa'; 88 $text['fans'] = 'Aušintuvai'; 89 $text['s_value'] = 'Reikšmė'; 90 $text['s_min'] = 'Min'; 91 $text['s_max'] = 'Maks'; 92 $text['s_div'] = 'Div'; 93 // Hysteresis is the value that defines at which temp 94 // the alarm should deactivate. If you have set an 95 // alarm to go off when CPU temp reaches 60 degrees, 96 // a hysteresis set at, say, 58 degress will deactivate 97 // the alarm when temp goes below 58 degrees. 98 $text['hysteresis'] = 'Signalizuojama ties'; 99 $text['s_limit'] = 'Riba'; 100 $text['s_label'] = 'Pavadinimas'; 101 $text['degree_mark'] = 'ºC'; 102 $text['voltage_mark'] = 'V'; 103 $text['rpm_mark'] = 'aps./min'; 104 105 $text['app'] = 'Kernel + applications'; 106 $text['buffers'] = 'Buffers'; 107 $text['cached'] = 'Cached'; 108 109 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Gnr le : Sun Feb 25 10:22:19 2007 | par Balluche grce PHPXref 0.7 |