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: ar_utf8.php,v 1.15 2007/02/18 19:11:30 bigmichi1 Exp $
21
//
22
//Translated to arabic by: Nizar Abed  - nizar@srcget.com - Adios
23
 
24
$charset                = 'utf-8';
25
 
26
$text['title']          = 'معلومات عن ألنظام';
27
 
28
$text['vitals']         = 'حيويه';
29
$text['hostname']       = ' ألمحطه';
30
$text['ip']             = 'IP عنوان أل';
31
$text['kversion']       = 'إصدار رقم';
32
$text['dversion']       = 'Distro Name';
33
$text['uptime']         = 'مدة ألتشغيل';
34
$text['users']          = 'مستخدمون';
35
$text['loadavg']        = 'معدل ألتشغيل';
36
 
37
$text['hardware']       = 'معلومات ألمعدات';
38
$text['numcpu']         = 'وحدات ألمعالجه';
39
$text['cpumodel']       = 'نوع';
40
$text['cpuspeed']       = 'سرعه في';
41
$text['busspeed']       = 'BUS Speed';
42
$text['cache']          = ' cache سعة ذاكرة';
43
$text['bogomips']       = 'Bogomips سرعه في';
44
 
45
$text['pci']            = 'PCI معدات ';
46
$text['ide']            = 'IDE معدات';
47
$text['scsi']           = 'SCSI معدات';
48
$text['usb']            = 'USB معدات';
49
 
50
$text['netusage']       = 'إستعمال ألشبكه';
51
$text['device']         = 'معدات';
52
$text['received']       = 'إستقبل حتى ألآن';
53
$text['sent']           = 'أرسل';
54
$text['errors']         = 'أخطاء';
55
 
56
$text['connections']    = 'إتصالات شبكه منفذه';
57
 
58
$text['memusage']       = 'ذاكره مستعمله';
59
$text['phymem']         = 'ذاكره جسديه';
60
$text['swap']           = 'Swap ذاكرة';
61
 
62
$text['fs']             = 'أنظمة ملفات مخططه';
63
$text['mount']          = 'مخطط';
64
$text['partition']      = 'تقطيع';
65
 
66
$text['percent']        = 'سعه بألنسبه ألمؤيه';
67
$text['type']           = 'نوع';
68
$text['free']           = 'حر';
69
$text['used']           = 'مستعمل';
70
$text['size']           = 'حجم';
71
$text['totals']         = 'مجموع';
72
 
73
$text['kb']             = ' كيلو بايت KB';
74
$text['mb']             = 'ميغا بايت MB';
75
$text['gb']             = 'جيغا بايت GB';
76
 
77
$text['none']           = 'بدون';
78
 
79
$text['capacity']       = 'سعه'; 
80
 
81
$text['template']       = 'بنيه';
82
$text['language']       = 'لغه';
83
$text['submit']         = 'أدخل';
84
$text['created']        = 'إصدر بواسطة';
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
$text['locale']		= 'en_US';
109
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
110
?>