[ 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/ -> et.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: et.php 21228 2006-04-06 13:52:08Z ralfbecker $
  21  
  22  $text['title']          = 'S&uuml;steemi informatsioon';
  23  
  24  $text['vitals']         = 'System Vital';
  25  $text['hostname']       = 'Kanooniline masinanimi';
  26  $text['ip']             = 'Vastav IP';
  27  $text['kversion']       = 'Kerneli versioon';
  28  $text['dversion']       = 'Distro nimi';
  29  $text['uptime']         = 'Masin elus juba';
  30  $text['users']          = 'Hetkel kasutajaid';
  31  $text['loadavg']        = 'Koormuse keskmised';
  32  
  33  $text['hardware']       = 'Riistvara informatsioon';
  34  $text['numcpu']         = 'Protsessoreid';
  35  $text['cpumodel']       = 'Mudel';
  36  $text['cpuspeed']       = 'Taktsagedus MHz';
  37  $text['busspeed']       = 'Siinikiirus';
  38  $text['cache']          = 'Vahem&auml;lu suurus';
  39  $text['bogomips']       = 'S&uuml;steemi BogoMIPS';
  40  
  41  $text['pci']            = 'PCI-seadmed';
  42  $text['ide']            = 'IDE-seadmed';
  43  $text['scsi']           = 'SCSI-seadmed';
  44  $text['usb']            = 'USB-seadmed';
  45  
  46  $text['netusage']       = 'V&otilde;rguteenuse kasutamine';
  47  $text['device']         = 'Seade';
  48  $text['received']       = 'Saadud';
  49  $text['sent']           = 'Saadetud';
  50  $text['errors']         = 'Vigu/H&uuml;ljatud';
  51  
  52  $text['memusage']       = 'M&auml;lu kasutamine';
  53  $text['phymem']         = 'F&uuml;&uuml;siline m&auml;lu';
  54  $text['swap']           = 'Saalem&auml;lu kettal';
  55  
  56  $text['fs']             = '&Uuml;hendatud failis&uuml;steemid';
  57  $text['mount']          = '&Uuml;hendus';
  58  $text['partition']      = 'Partitsioon';
  59  
  60  $text['percent']        = 'Protsendiline h&otilde;ivatus';
  61  $text['type']           = 'T&uuml;&uuml;p';
  62  $text['free']           = 'Vaba';
  63  $text['used']           = 'Kasutusel';
  64  $text['size']           = 'Suurus';
  65  $text['totals']         = 'Kokku';
  66  
  67  $text['kb']             = 'KB';
  68  $text['mb']             = 'MB';
  69  $text['gb']             = 'GB';
  70  
  71  $text['none']           = 'puudub';
  72  
  73  $text['capacity']       = 'H&otilde;ivatus';
  74    
  75  $text['template']       = 'Mall';
  76  $text['language']       = 'Keel';
  77  $text['submit']         = 'Kehtesta';
  78  $text['created']        = 'Looja:';
  79  $text['locale']         = 'en_US';
  80  $text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
  81  
  82  $text['days']           = 'p&auml;eva';
  83  $text['hours']          = 'tundi';
  84  $text['minutes']        = 'minutit';
  85    
  86  $text['temperature']    = 'Temperatuur';
  87  $text['voltage']        = 'Pinge';
  88  $text['fans']           = 'Ventilaatorid';
  89  $text['s_value']        = 'V&auml;&auml;rtus';
  90  $text['s_min']          = 'Min';
  91  $text['s_max']          = 'Max';
  92  $text['s_div']          = 'Div';
  93  $text['hysteresis']     = 'H&uuml;sterees';
  94  $text['s_limit']        = 'Limiit';
  95  $text['s_label']        = 'Label';
  96  $text['degree_mark']    = '&ordm;C';
  97  $text['voltage_mark']   = 'V';
  98  $text['rpm_mark']       = 'RPM';
  99  
 100  $text['app']        = 'Kernel + rakendused';
 101  $text['buffers']    = 'Puhvrid';
 102  $text['cached']        = 'Vahem&auml;lus';
 103  
 104  ?>


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