[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpsysinfo/includes/lang/ -> ko.php (source)

   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: ko.php 21228 2006-04-06 13:52:08Z ralfbecker $
  21  // Translated by Sungkook KIM - ace@aceteam.org
  22  
  23  $charset                = 'euc-kr';
  24  
  25  $text['title']          = '½Ã½ºÅÛ Á¤º¸';
  26  
  27  $text['vitals']         = 'ÇöÀç ½Ã½ºÅÛ »óȲ';
  28  $text['hostname']       = '½Ã½ºÅÛÀÇ È£½ºÆ®³×ÀÓ';
  29  $text['ip']             = '½Ã½ºÅÛÀÇ IP ÁÖ¼Ò';
  30  $text['kversion']       = 'Ä¿³Î ¹öÁ¯';
  31  $text['dversion']       = 'Distro Name';
  32  $text['uptime']         = '½ÇÇà ½Ã°£';
  33  $text['users']          = 'ÇöÀç Á¢¼ÓÀÚ ¼ö';
  34  $text['loadavg']        = 'Æò±Õ ·Îµå';
  35  
  36  $text['hardware']       = 'Çϵå¿þ¾î Á¤º¸';
  37  $text['numcpu']         = 'ÇÁ·Î¼¼¼­ °¹¼ö';
  38  $text['cpumodel']       = 'ÇÁ·Î¼¼¼­ ¸ðµ¨';
  39  $text['cpuspeed']       = 'Ĩ¼Â Ŭ·°';
  40  $text['busspeed']       = 'BUS Speed';
  41  $text['cache']          = 'Äɽ¬ »çÀÌÁî';
  42  $text['bogomips']       = 'ÀÚüÅ×½ºÆ® Ŭ·°';
  43  
  44  $text['pci']            = 'PCI ÀåÄ¡';
  45  $text['ide']            = 'IDE ÀåÄ¡';
  46  $text['scsi']           = 'SCSI ÀåÄ¡';
  47  $text['usb']            = 'USB ÀåÄ¡';
  48  
  49  $text['netusage']       = ' ³×Æ®¿öÅ© »ç¿ëÁ¤º¸';
  50  $text['device']         = 'ÀåÄ¡';
  51  $text['received']       = '¹ÞÀº ·®';
  52  $text['sent']           = 'º¸³½ ·®';
  53  $text['errors']         = '¿¡·¯ / ½ÇÆÐ';
  54  
  55  $text['memusage']       = '¸Þ¸ð¸® »ç¿ë·®';
  56  $text['phymem']         = '¹°¸®Àû ¸Þ¸ð¸®';
  57  $text['swap']           = '½º¿Ò µð½ºÅ©';
  58  
  59  $text['fs']             = '¸¶¿îÆ® ÇöȲ';
  60  $text['mount']          = '¸¶¿îÆ®';
  61  $text['partition']      = 'ÆÄƼ¼Ç';
  62  
  63  $text['percent']        = ' ÆÛ¼¾Æ®';
  64  $text['type']           = 'ŸÀÔ';
  65  $text['free']           = '³²Àº·®';
  66  $text['used']           = '»ç¿ë·®';
  67  $text['size']           = 'ÃÑ ¿ë·®';
  68  $text['totals']         = 'ÇÕ°è';
  69  
  70  $text['kb']             = 'ų·Î¹ÙÀÌÆ®(KB)';
  71  $text['mb']             = '¸Þ°¡¹ÙÀÌÆ®(MB)';
  72  $text['gb']             = '±â°¡¹ÙÀÌÆ®(GB)';
  73  
  74  $text['none']           = '¾øÀ½';
  75  
  76  $text['capacity']       = '¿ë·®';
  77  
  78  $text['template']       = 'ÅÛÇø´';
  79  $text['language']       = '¾ð¾î';
  80  $text['submit']         = 'Àû¿ë';
  81  $text['created']        = '¸¸µçÀÌ';
  82  $text['locale']         = 'en_US';
  83  $text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
  84  
  85  $text['days']           = 'ÀÏ';
  86  $text['hours']          = '½Ã';
  87  $text['minutes']        = 'ºÐ';
  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['s_div']          = 'Div';
  96  $text['hysteresis']     = 'Hysteresis';
  97  $text['s_limit']        = 'Limit';
  98  $text['s_label']        = 'Label';
  99  $text['degree_mark']    = '&ordm;C';
 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  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7