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: big5.php,v 1.19 2007/02/18 19:11:31 bigmichi1 Exp $
21
//
22
$charset                = 'big5';
23
$text['title']          = '¨t²Î¸ê°T';
24
 
25
$text['vitals']         = '¨t²Î¸ê·½';
26
$text['hostname']       = '¥D¾÷¦WºÙ';
27
$text['ip']             = '¥D¾÷¹ï¥~ IP';
28
$text['kversion']       = '®Ö¤ßª©¥»';
29
$text['dversion']       = 'Distro Name';
30
$text['uptime']         = '¤w¶}¾÷®É¶¡';
31
$text['users']          = 'µn¤J¤H¼Æ';
32
$text['loadavg']        = '¨t²Î­t¸ü';
33
 
34
$text['hardware']       = 'µwÅé¸ê·½';
35
$text['numcpu']         = '¹Bºâ¤¸';
36
$text['cpumodel']       = 'CPU«¬¸¹';
37
$text['cpuspeed']       = '¤u§@ÀW²v';
38
$text['busspeed']       = 'BUS Speed';
39
$text['cache']          = '§Ö¨ú¤j¤p';
40
$text['bogomips']       = 'ÅÞ¿è¹Bºâ¤¸';
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']           = '¶Ç°e';
51
$text['errors']         = '¿ù»~/¿ò¥¢';
52
 
53
$text['connections']    = 'Established Network Connections';
54
 
55
$text['memusage']       = '°O¾ÐÅé¸ê·½';
56
$text['phymem']         = '¹êÅé°O¾ÐÅé';
57
$text['swap']           = 'µêÀÀ°O¾ÐÅé(ºÏºÐ¸m´«)';
58
 
59
$text['fs']             = '¤w±¾¤JªºÀɮרt²Î';
60
$text['mount']          = '±¾¤J';
61
$text['partition']      = 'ºÏ°Ï';
62
 
63
$text['percent']        = '¨Ï¥Î¦Ê¤À¤ñ';
64
$text['type']           = '®æ¦¡';
65
$text['free']           = 'ªÅ¾l';
66
$text['used']           = '¤w¥Î';
67
$text['size']           = '¤j¤p';
68
$text['totals']         = '¦X­p';
69
 
70
$text['kb']             = 'KB';
71
$text['mb']             = 'MB';
72
$text['gb']             = 'GB';
73
 
74
$text['none']           = 'µL';
75
 
76
$text['capacity']       = '®e¶q';
77
 
78
$text['template']       = '¼Ë¦¡';
79
$text['language']       = '»y¨¥';
80
$text['submit']         = '½T©w';
81
$text['created']        = '²£¥Í¥Ñ';
82
$text['locale']         = 'zh_TW.Big5';
83
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
84
 
85
$text['days']           = '¤Ñ';
86
$text['hours']          = '¤p®É';
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
?>