[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/System/includes/lang/ -> ct.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: ct.php,v 1.13 2005/12/31 17:25:02 bigmichi1 Exp $
  21  
  22  $text['title']          = 'Informaci&oacute; del Sistema';
  23  
  24  $text['vitals']         = 'Vitals del Sistema';
  25  $text['hostname']       = 'Nom Canònic';
  26  $text['ip']             = 'Adreça IP';
  27  $text['kversion']       = 'Versi&oacute; del Kernel';
  28  $text['dversion']       = 'Distro Name';
  29  $text['uptime']         = 'Temps Aixecat';
  30  $text['users']          = 'Usuaris Actuals';
  31  $text['loadavg']        = 'Càrrega Promitg';
  32  
  33  $text['hardware']       = 'Informaci&oacute; del Maquinari';
  34  $text['numcpu']         = 'Processadors';
  35  $text['cpumodel']       = 'Model';
  36  $text['cpuspeed']       = 'Xip MHz';
  37  $text['busspeed']       = 'BUS Speed';
  38  $text['cache']          = 'Tamany Memòria Cau';
  39  $text['bogomips']       = 'Bogomips';
  40  
  41  $text['pci']            = 'Dispositius PCI';
  42  $text['ide']            = 'Dispositius IDE';
  43  $text['scsi']           = 'Dispositius SCSI';
  44  $text['usb']            = 'Dispositius USB';
  45  
  46  $text['netusage']       = 'Ús de la Xarxa';
  47  $text['device']         = 'Dispositiu';
  48  $text['received']       = 'Rebuts';
  49  $text['sent']           = 'Enviats';
  50  $text['errors']         = 'Errors/Perduts';
  51  
  52  $text['memusage']       = 'Ús de la Memòria';
  53  $text['phymem']         = 'Memòria F&iacute;sica';
  54  $text['swap']           = 'Disc d\'Swap';
  55  
  56  $text['fs']             = 'Sistemes d\'Arxius Muntats';
  57  $text['mount']          = 'Muntat';
  58  $text['partition']      = 'Partició';
  59  $text['percent']        = 'Percentatge de Capacitat';
  60  $text['type']           = 'Tipus';
  61  $text['free']           = 'Lliure';
  62  $text['used']           = 'Emprat';
  63  $text['size']           = 'Tamany';
  64  $text['totals']         = 'Totals';
  65  
  66  $text['kb']             = 'KB';
  67  $text['mb']             = 'MB';
  68  $text['gb']             = 'GB';
  69  
  70  $text['none']           = 'cap';
  71  
  72  $text['capacity']       = 'Capacitat';
  73    
  74  $text['template']       = 'Plantilla';
  75  $text['language']       = 'Llengüa';
  76  $text['submit']         = 'Enviar';
  77  $text['created']        = 'Creat per';
  78  $text['locale']         = 'en_US';
  79  $text['gen_time']       = 'on %b %d, %Y at %I:%M %p';
  80  
  81  $text['days']           = 'dies';
  82  $text['hours']          = 'hores';
  83  $text['minutes']        = 'minuts';
  84    
  85  $text['temperature']    = 'Temperature';
  86  $text['voltage']        = 'Voltage';
  87  $text['fans']           = 'Fans';
  88  $text['s_value']        = 'Value';
  89  $text['s_min']          = 'Min';
  90  $text['s_max']          = 'Max';
  91  $text['s_div']          = 'Div';
  92  $text['hysteresis']     = 'Hysteresis';
  93  $text['s_limit']        = 'Limit';
  94  $text['s_label']        = 'Label';
  95  $text['degree_mark']    = '&ordm;C';
  96  $text['voltage_mark']   = 'V';
  97  $text['rpm_mark']       = 'RPM';
  98  
  99  $text['app']        = 'Kernel + applications';
 100  $text['buffers']    = 'Buffers';
 101  $text['cached']        = 'Cached';
 102  
 103  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7