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: id.php,v 1.18 2007/02/18 19:11:31 bigmichi1 Exp $
21
// Translated by: Firman Pribadi <http://ragiel.dhs.org>
22
 
23
$text['title']          = 'Informasi Sistem';
24
 
25
$text['vitals']         = 'Informasi Utama';
26
$text['hostname']       = 'Hostname Resmi';
27
$text['ip']             = 'IP Penerima';
28
$text['kversion']       = 'Versi Kernel';
29
$text['dversion']       = 'Distro Name';
30
$text['uptime']         = 'Aktif Selama';
31
$text['users']          = 'Pengguna Saat Ini';
32
$text['loadavg']        = 'Beban Rata-rata';
33
 
34
$text['hardware']       = 'Informasi Perangkat Keras';
35
$text['numcpu']         = 'Prosesor';
36
$text['cpumodel']       = 'Model';
37
$text['cpuspeed']       = 'CPU Speed';
38
$text['busspeed']       = 'BUS Speed';
39
$text['cache']          = 'Ukuran Cache';
40
$text['bogomips']       = 'Sistem Bogomips';
41
 
42
$text['pci']            = 'Perangkat PCI';
43
$text['ide']            = 'Perangkat IDE';
44
$text['scsi']           = 'Perangkat SCSI';
45
$text['usb']            = 'Perangkat USB';
46
 
47
$text['netusage']       = 'Status Penggunaan Jaringan';
48
$text['device']         = 'Perangkat';
49
$text['received']       = 'Diterima';
50
$text['sent']           = 'Dikirim';
51
$text['errors']         = 'Rusak/Drop';
52
 
53
$text['connections']    = 'Koneksi Jaringan Aktif';
54
 
55
$text['memusage']       = 'Status Penggunaan Memori';
56
$text['phymem']         = 'Memori Fisik';
57
$text['swap']           = 'Swap HardDisk';
58
 
59
$text['fs']             = 'Status Penggunaan Media Penyimpanan dan Filesystem';
60
$text['mount']          = 'Titik Mount';
61
$text['partition']      = 'Partisi';
62
 
63
$text['percent']        = 'Digunakan (Persen)';
64
$text['type']           = 'Tipe';
65
$text['free']           = 'Bebas';
66
$text['used']           = 'Digunakan';
67
$text['size']           = 'Ukuran';
68
$text['totals']         = 'Total';
69
 
70
$text['kb']             = 'KB';
71
$text['mb']             = 'MB';
72
$text['gb']             = 'GB';
73
 
74
$text['none']           = 'tidak ditemukan';
75
 
76
$text['capacity']       = 'Kapasitas'; 
77
 
78
$text['template']       = 'Template';
79
$text['language']       = 'Bahasa';
80
$text['submit']         = 'Gunakan';
81
$text['created']        = 'Dibangun menggunakan';
82
$text['locale']         = 'en_US';
83
$text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
84
 
85
$text['days']           = 'hari';
86
$text['hours']          = 'jam';
87
$text['minutes']        = 'menit';
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
?>