[ 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: kr.php 13371 2004-01-20 20:59:41Z reinerj $ 21 // Translated by Sungkook KIM - ace@aceteam.org 22 23 $charset = 'iso-2022-kr'; 24 25 $text['title'] = '½Ã½ºÅÛ Á¤º¸'; 26 27 $text['vitals'] = 'ÇöÀç ½Ã½ºÅÛ »óȲ'; 28 $text['hostname'] = '½Ã½ºÅÛÀÇ È£½ºÆ®³×ÀÓ'; 29 $text['ip'] = '½Ã½ºÅÛÀÇ IP ÁÖ¼Ò'; 30 $text['kversion'] = 'Ä¿³Î ¹öÁ¯'; 31 $text['uptime'] = '½ÇÇà ½Ã°£'; 32 $text['users'] = 'ÇöÀç Á¢¼ÓÀÚ ¼ö'; 33 $text['loadavg'] = 'Æò±Õ ·Îµå'; 34 35 $text['hardware'] = 'Çϵå¿þ¾î Á¤º¸'; 36 $text['numcpu'] = 'ÇÁ·Î¼¼¼ °¹¼ö'; 37 $text['cpumodel'] = 'ÇÁ·Î¼¼¼ ¸ðµ¨'; 38 $text['mhz'] = 'Ĩ¼Â Ŭ·°'; 39 $text['cache'] = 'Äɽ¬ »çÀÌÁî'; 40 $text['bogomips'] = 'ÀÚüÅ×½ºÆ® Ŭ·°'; 41 $text['pci'] = 'PCI ÀåÄ¡'; 42 $text['ide'] = 'IDE ÀåÄ¡'; 43 $text['scsi'] = 'SCSI ÀåÄ¡'; 44 45 $text['netusage'] = ' ³×Æ®¿öÅ© »ç¿ëÁ¤º¸'; 46 $text['device'] = 'ÀåÄ¡'; 47 $text['received'] = '¹ÞÀº ·®'; 48 $text['sent'] = 'º¸³½ ·®'; 49 $text['errors'] = '¿¡·¯ / ½ÇÆÐ'; 50 51 $text['memusage'] = '¸Þ¸ð¸® »ç¿ë·®'; 52 $text['phymem'] = '¹°¸®Àû ¸Þ¸ð¸®'; 53 $text['swap'] = '½º¿Ò µð½ºÅ©'; 54 55 $text['fs'] = '¸¶¿îÆ® ÇöȲ'; 56 $text['mount'] = '¸¶¿îÆ®'; 57 $text['partition'] = 'ÆÄƼ¼Ç'; 58 59 $text['percent'] = ' ÆÛ¼¾Æ®'; 60 $text['type'] = 'ŸÀÔ'; 61 $text['free'] = '³²Àº·®'; 62 $text['used'] = '»ç¿ë·®'; 63 $text['size'] = 'ÃÑ ¿ë·®'; 64 $text['totals'] = 'ÇÕ°è'; 65 66 $text['kb'] = 'ų·Î¹ÙÀÌÆ®(KB)'; 67 $text['mb'] = '¸Þ°¡¹ÙÀÌÆ®(MB)'; 68 $text['gb'] = '±â°¡¹ÙÀÌÆ®(GB)'; 69 70 $text['none'] = '¾øÀ½'; 71 72 $text['capacity'] = '¿ë·®'; 73 74 $text['template'] = 'ÅÛÇø´'; 75 $text['language'] = '¾ð¾î'; 76 $text['submit'] = 'Àû¿ë'; 77 $text['created'] = '¸¸µçÀÌ'; 78 79 $text['days'] = 'ÀÏ'; 80 $text['hours'] = '½Ã'; 81 $text['minutes'] = 'ºÐ'; 82 ?>
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 |