[ Index ] |
|
Code source de eGroupWare 1.2.106-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: se.php 17475 2004-11-28 19:01:45Z $ 21 // 22 // translation by shockzor 23 24 $text['title'] = 'System Information'; 25 26 $text['vitals'] = 'System Vital'; 27 $text['hostname'] = 'Värdnamn'; 28 $text['ip'] = 'IP Address'; 29 $text['kversion'] = 'Kernel Version'; 30 $text['uptime'] = 'Upptid'; 31 $text['users'] = 'Antal Användare'; 32 $text['loadavg'] = 'Snitt Belastning'; 33 34 $text['hardware'] = 'Hårdvaru Information'; 35 $text['numcpu'] = 'Processorer'; 36 $text['cpumodel'] = 'Modell'; 37 $text['mhz'] = 'Chip MHz'; 38 $text['cache'] = 'Cache Storlek'; 39 $text['bogomips'] = 'System Bogomips'; 40 $text['pci'] = 'PCI Enheter'; 41 $text['ide'] = 'IDE Enheter'; 42 $text['scsi'] = 'SCSI Enheter'; 43 44 $text['netusage'] = 'Nätverks Användning'; 45 $text['device'] = 'Enheter'; 46 $text['received'] = 'Mottaget'; 47 $text['sent'] = 'Skickat'; 48 $text['errors'] = 'Fel/Förlorat'; 49 50 $text['memusage'] = 'Minnes Användning'; 51 $text['phymem'] = 'Fysiskt Minne'; 52 $text['swap'] = 'Disk Swap'; 53 54 $text['fs'] = 'Monterade Filsystem'; 55 $text['mount'] = 'Montera'; 56 $text['partition'] = 'Partition'; 57 58 $text['percent'] = 'Procent Kapacitet'; 59 $text['type'] = 'Typ'; 60 $text['free'] = 'Fritt'; 61 $text['used'] = 'Använt'; 62 $text['size'] = 'Storlek'; 63 $text['totals'] = 'Totalt'; 64 65 $text['kb'] = 'KB'; 66 $text['mb'] = 'MB'; 67 $text['gb'] = 'GB'; 68 69 $text['none'] = 'none'; 70 71 $text['capacity'] = 'Capacity'; 72 73 $text['template'] = 'Template'; 74 $text['language'] = 'Language'; 75 $text['submit'] = 'Submit'; 76 77 $text['days'] = 'days'; 78 $text['hours'] = 'hours'; 79 $text['minutes'] = 'minutes'; 80 $text['created'] = 'Created by'; 81 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce ā PHPXref 0.7 |