[ 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: is.php,v 1.14 2005/12/31 17:25:02 bigmichi1 Exp $ 21 22 $text['title'] = 'Kerfisupplýsingar'; 23 24 $text['vitals'] = 'Helstu upplýsingar'; 25 $text['hostname'] = 'Vélarnafn'; 26 $text['ip'] = 'IP-tala'; 27 $text['kversion'] = 'Útgáfa kjarna'; 28 $text['dversion'] = 'Nafn dreifingar'; 29 $text['uptime'] = 'Uppitími'; 30 $text['users'] = 'Notendur'; 31 $text['loadavg'] = 'Meðalálag'; 32 33 $text['hardware'] = 'Upplýsingar um vélbúnað'; 34 $text['numcpu'] = 'Fjöldi örgjörva'; 35 $text['cpumodel'] = 'Tegund'; 36 $text['cpuspeed'] = 'Hraði'; 37 $text['busspeed'] = 'BUS Speed'; 38 $text['cache'] = 'Stærð flýtiminnis'; 39 $text['bogomips'] = 'Bogomips'; 40 41 $text['pci'] = 'PCI jaðartæki'; 42 $text['ide'] = 'IDE jaðartæki'; 43 $text['scsi'] = 'SCSI jaðartæki'; 44 $text['usb'] = 'USB jaðartæki'; 45 46 $text['netusage'] = 'Netnotkun'; 47 $text['device'] = 'Jaðartæki'; 48 $text['received'] = 'Móttekið'; 49 $text['sent'] = 'Sent'; 50 $text['errors'] = 'Villur/Hent'; 51 52 $text['memusage'] = 'Minnisnotkun'; 53 $text['phymem'] = 'Vinnsluminni'; 54 $text['swap'] = 'Sýndarminni'; 55 56 $text['fs'] = 'Tengd skráarkerfi'; 57 $text['mount'] = 'Tengipunktur'; 58 $text['partition'] = 'Disksneið'; 59 60 $text['percent'] = 'Hlutfall af heildarstærð'; 61 $text['type'] = 'Tegund'; 62 $text['free'] = 'Laust'; 63 $text['used'] = 'Notað'; 64 $text['size'] = 'Stærð'; 65 $text['totals'] = 'Samtals'; 66 67 $text['kb'] = 'KB'; 68 $text['mb'] = 'MB'; 69 $text['gb'] = 'GB'; 70 71 $text['none'] = 'ekkert'; 72 73 $text['capacity'] = 'Heildarstærð'; 74 75 $text['template'] = 'Sniðmát'; 76 $text['language'] = 'Tungumál'; 77 $text['submit'] = 'Senda'; 78 $text['created'] = 'Búið til af'; 79 $text['locale'] = 'is_IS'; 80 $text['gen_time'] = 'þann %d.%m.%Y kl. %H:%M'; 81 82 $text['days'] = 'dagar'; 83 $text['hours'] = 'klukkustundir'; 84 $text['minutes'] = 'mínútur'; 85 86 $text['temperature'] = 'Hitastig'; 87 $text['voltage'] = 'Volt'; 88 $text['fans'] = 'Viftur'; 89 $text['s_value'] = 'Gildi'; 90 $text['s_min'] = 'Lægst'; 91 $text['s_max'] = 'Hæst'; 92 $text['s_div'] = 'Deilir'; 93 $text['hysteresis'] = 'Aðvörun lýkur'; 94 $text['s_limit'] = 'Aðvörun byrjar'; 95 $text['s_label'] = 'Nafn mælis'; 96 $text['degree_mark'] = 'ºC'; 97 $text['voltage_mark'] = 'V'; 98 $text['rpm_mark'] = 'RPM'; 99 100 $text['app'] = 'Kernel + applications'; 101 $text['buffers'] = 'Buffers'; 102 $text['cached'] = 'Cached'; 103 104 ?>
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 |