Subversion Repositories ALCASAR

Rev

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: he.php,v 1.16 2007/02/18 19:11:31 bigmichi1 Exp $
21
$charset                = 'windows-1255';
22
$text_dir               = 'rtl';
23
$text['title']          = 'מידע על המערכת';
24
 
25
$text['vitals']         = 'חיוניות מערכת';
26
$text['hostname']       = 'שם תחנה';
27
$text['ip']             = 'כתובת IP';
28
$text['kversion']       = 'גרסת קרנל';
29
$text['dversion']       = 'Distro Name';
30
$text['uptime']         = 'זמן שהמערכת למעלה';
31
$text['users']          = 'משתשים נוכחיים';
32
$text['loadavg']        = 'ממוצע עומסים';
33
 
34
$text['hardware']       = 'מידע חומרה';
35
$text['numcpu']         = 'מעבדים';
36
$text['cpumodel']       = 'סוג';
37
$text['cpuspeed']       = 'מהירות בMHz';
38
$text['busspeed']       = 'BUS Speed';
39
$text['cache']          = 'גודל זכרון מטמון';
40
$text['bogomips']       = 'מהירות בbogomips';
41
 
42
$text['pci']            = 'התקני PCI';
43
$text['ide']            = 'התקני IDE';
44
$text['scsi']           = 'התקני SCSI';
45
$text['usb']            = 'התקני USB';
46
 
47
$text['netusage']       = 'רשת';
48
$text['device']         = 'התקן';
49
$text['received']       = 'קיבל';
50
$text['sent']           = 'שלח';
51
$text['errors']         = 'תקלות/זריקות';
52
 
53
$text['connections']    = 'ערוצי תקשורת פתוחים';
54
 
55
$text['memusage']       = 'ניצולת זכרון';
56
$text['phymem']         = 'זכרון פיזי';
57
$text['swap']           = 'זכרון swap';
58
 
59
$text['fs']             = 'מערכות קבצים מחוברות';
60
$text['mount']          = 'מחובר';
61
$text['partition']      = 'מחיצה';
62
 
63
$text['percent']        = 'תכולה באחזוים';
64
$text['type']           = 'סוג';
65
$text['free']           = 'חופשי';
66
$text['used']           = 'בשימוש';
67
$text['size']           = 'גודל';
68
$text['totals']         = 'סה"כ';
69
 
70
$text['kb']             = 'קילו בתים';
71
$text['mb']             = 'מגה';
72
$text['gb']             = 'גיגה';
73
 
74
$text['none']           = 'ללא';
75
 
76
$text['capacity']       = 'תכולה'; 
77
 
78
$text['template']       = 'תבנית';
79
$text['language']       = 'שפה';
80
$text['submit']         = 'הגש';
81
$text['created']        = 'נוצר ע"י';
82
$text['locale']         = 'en_US';
83
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
84
 
85
$text['days']           = 'ימים';
86
$text['hours']          = 'שעות';
87
$text['minutes']        = 'דקות';
88
 
89
$text['temperature']    = 'Temperature';
90
$text['voltage']        = 'Voltage';
91
$text['fans']           = 'Fans';
92
$text['s_value']        = 'Value';
93
$text['s_min']          = 'Min';
94
$text['s_max']          = 'Max';
95
$text['hysteresis']     = 'Hysteresis';
96
$text['s_limit']        = 'Limit';
97
$text['s_label']        = 'Label';
98
$text['degreeC']        = '&deg;C';
99
$text['degreeF']        = '&deg;F';
100
$text['voltage_mark']   = 'V';
101
$text['rpm_mark']       = 'RPM';
102
 
103
$text['app']		= 'Kernel + applications';
104
$text['buffers']	= 'Buffers';
105
$text['cached']		= 'Cached';
106
 
107
?>