Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
325 richard 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.20 2007/02/18 19:11:31 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
 
93
$text['hysteresis']     = 'Signalizuojama ties';
94
$text['s_limit']        = 'Riba';
95
$text['s_label']        = 'Pavadinimas';
96
$text['degreeC']        = '&deg;C';
97
$text['degreeF']        = '&deg;F';
98
$text['voltage_mark']   = 'V';
99
$text['rpm_mark']       = 'aps./min';
100
 
101
$text['app']		= 'Kernel + applications';
102
$text['buffers']	= 'Buffers';
103
$text['cached']		= 'Cached';
104
 
105
$text['connections']    = 'Established Network Connections';
106
 
107
$text['locale']         = 'en_US';
108
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
109
 
110
?>