[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
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: tr.php,v 1.13 2005/12/31 17:25:02 bigmichi1 Exp $ 21 22 $text['title'] = 'Sistem Bilgisi'; 23 24 $text['vitals'] = 'Sistem Temel'; 25 $text['hostname'] = 'Cannonical Host Adresi'; 26 $text['ip'] = 'IP Adresi'; 27 $text['kversion'] = 'Kernel Versiyonu'; 28 $text['dversion'] = 'Distro Name'; 29 $text['uptime'] = 'Açık Kaldığı Süre'; 30 $text['users'] = 'Şu Andaki Kullanıcılar'; 31 $text['loadavg'] = 'Yükleme Ortalaması'; 32 33 $text['hardware'] = 'Hardware Bilgisi'; 34 $text['numcpu'] = 'CPU Sayısı'; 35 $text['cpumodel'] = 'Model'; 36 $text['cpuspeed'] = 'CPU Hızı( Mhz)'; 37 $text['busspeed'] = 'BUS Speed'; 38 $text['cache'] = 'Cache Büyüklüğü'; 39 $text['bogomips'] = 'Sistem Bogomips'; 40 41 $text['pci'] = 'PCI Araçlar'; 42 $text['ide'] = 'IDE Araçlar'; 43 $text['scsi'] = 'SCSI Araçlar'; 44 $text['usb'] = 'USB Araçlar'; 45 46 $text['netusage'] = 'Network Kullanımı'; 47 $text['device'] = 'Arayüz'; 48 $text['received'] = 'Alınan'; 49 $text['sent'] = 'Gönderilen'; 50 $text['errors'] = 'Hata/Düşürülen'; 51 52 $text['connections'] = 'Kurulmuş Network Bağlantıları'; 53 54 $text['memusage'] = 'Hafıza Kullanımı'; 55 $text['phymem'] = 'Fiziksel Hafıza'; 56 $text['swap'] = 'Disk Swap'; 57 58 $text['fs'] = 'Mount Edilmiş Sistemler'; 59 $text['mount'] = 'Mount'; 60 $text['partition'] = 'Kısım'; 61 62 $text['percent'] = 'Yüzde Kapasite'; 63 $text['type'] = 'Tür'; 64 $text['free'] = 'Boş Alan'; 65 $text['used'] = 'Kullanılan'; 66 $text['size'] = 'Büyüklük'; 67 $text['totals'] = 'Toplam'; 68 69 $text['kb'] = 'KB'; 70 $text['mb'] = 'MB'; 71 $text['gb'] = 'GB'; 72 73 $text['none'] = 'Hiçbiri'; 74 75 $text['capacity'] = 'Kapasite'; 76 77 $text['template'] = 'Arayüz'; 78 $text['language'] = 'Dil'; 79 $text['submit'] = 'Gönder'; 80 $text['created'] = 'Yaratan'; 81 $text['locale'] = 'en_US'; 82 $text['gen_time'] = 'on %b %d, %Y at %I:%M %p'; 83 84 $text['days'] = 'gün'; 85 $text['hours'] = 'saat'; 86 $text['minutes'] = 'dakika'; 87 88 $text['temperature'] = 'Temperature'; 89 $text['voltage'] = 'Voltage'; 90 $text['fans'] = 'Fans'; 91 $text['s_value'] = 'Value'; 92 $text['s_min'] = 'Min'; 93 $text['s_max'] = 'Max'; 94 $text['s_div'] = 'Div'; 95 $text['hysteresis'] = 'Hysteresis'; 96 $text['s_limit'] = 'Limit'; 97 $text['s_label'] = 'Label'; 98 $text['degree_mark'] = 'ºC'; 99 $text['voltage_mark'] = 'V'; 100 $text['rpm_mark'] = 'RPM'; 101 102 $text['app'] = 'Kernel + applications'; 103 $text['buffers'] = 'Buffers'; 104 $text['cached'] = 'Cached'; 105 106 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |