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: ru.php,v 1.0 2002/06/26 11:05:32
21
// Translated by Voldar (voldar@quality.s2.ru)
22
 
23
$charset                = 'cp1251';
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']       = 'Скорость процессора MHz';
39
$text['busspeed']       = 'BUS Speed';
40
$text['cache']          = 'Размер кеша';
41
$text['bogomips']       = 'System 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']           = 'Файл подкачки';
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']          = 'hours';
88
$text['minutes']        = '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
?>