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: bg.php,v 1.16 2007/02/18 19:11:31 bigmichi1 Exp $
21
 
22
$charset                = 'cp-1251';
23
 
24
$text['title']          = 'Системна Информация';
25
 
26
$text['vitals']         = 'Жизнена Инфорамция';
27
$text['hostname']       = 'Име на хоста';
28
$text['ip']             = 'IP Адрес';
29
$text['kversion']       = 'Версия на ядрото';
30
$text['dversion']       = 'Distro Name';
31
$text['uptime']         = 'Работи от';
32
$text['users']          = 'Включени потребители';
33
$text['loadavg']        = 'Средно натоварване';
34
 
35
$text['hardware']       = 'Информация за хардуера';
36
$text['numcpu']         = 'Брой процесори';
37
$text['cpumodel']       = 'Модел на процесор';
38
$text['cpuspeed']       = 'Честота';
39
$text['busspeed']       = 'BUS Speed';
40
$text['cache']          = 'Размер на кешa ';
41
$text['bogomips']       = 'Bogomips индекс';
42
 
43
$text['pci']            = 'PCI устройства';
44
$text['ide']            = 'IDE устройства';
45
$text['scsi']           = 'SCSI устройства';
46
$text['usb']            = 'USB устройства';
47
 
48
$text['netusage']       = 'Мрежова информация';
49
$text['device']         = 'Интерфейси';
50
$text['received']       = 'Получени';
51
$text['sent']           = 'Изпратени';
52
$text['errors']         = 'Грешки/Изпуснати';
53
 
54
$text['connections']    = 'Усъществени мрежови връзки';
55
 
56
$text['memusage']       = 'Оперативна памет';
57
$text['phymem']         = 'Физическа памет';
58
$text['swap']           = 'Swap памет';
59
 
60
$text['fs']             = 'Файлови системи';
61
$text['mount']          = 'Място';
62
$text['partition']      = 'Дял';
63
 
64
$text['percent']        = 'Процентно използване';
65
$text['type']           = 'Тип';
66
$text['free']           = 'Свободни';
67
$text['used']           = 'Използвани';
68
$text['size']           = 'Общ обем';
69
$text['totals']         = 'Всичко';
70
 
71
$text['kb']             = 'KB';
72
$text['mb']             = 'MB';
73
$text['gb']             = 'GB';
74
 
75
$text['none']           = 'няма';
76
 
77
$text['capacity']       = 'Капацитет';
78
 
79
$text['template']       = 'Тема';
80
$text['language']       = 'Език';
81
$text['submit']         = 'Опресни';
82
$text['created']        = 'Създадено с';
83
$text['locale']         = 'en_US';
84
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
85
 
86
$text['days']           = 'дни';
87
$text['hours']          = 'часа';
88
$text['minutes']        = 'минути';
89
 
90
$text['temperature']    = 'Temperature';
91
$text['voltage']        = 'Voltage';
92
$text['fans']           = 'Fans';
93
$text['s_value']        = 'Value';
94
$text['s_min']          = 'Min';
95
$text['s_max']          = 'Max';
96
$text['hysteresis']     = 'Hysteresis';
97
$text['s_limit']        = 'Limit';
98
$text['s_label']        = 'Label';
99
$text['degreeC']        = '&deg;C';
100
$text['degreeF']        = '&deg;F';
101
$text['voltage_mark']   = 'V';
102
$text['rpm_mark']       = 'RPM';
103
 
104
$text['app']		= 'Kernel + applications';
105
$text['buffers']	= 'Buffers';
106
$text['cached']		= 'Cached';
107
 
108
?>