[ 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: ro.php,v 1.0 6/9/01 12:41PM 21 // Translated by Silviu Simen - ssimen@sympatico.ca 22 23 $text['title'] = 'Informatii despre sistem'; 24 25 $text['vitals'] = 'Informatii vitale'; 26 $text['hostname'] = 'Numele canonic'; 27 $text['ip'] = 'Adresa IP'; 28 $text['kversion'] = 'Versiune nucleu'; 29 $text['dversion'] = 'Distro Name'; 30 $text['uptime'] = 'Timp de viata'; 31 $text['users'] = 'Utilizatori curenti'; 32 $text['loadavg'] = 'Incarcarea sistemului'; 33 34 $text['hardware'] = 'Informatii hardware'; 35 $text['numcpu'] = 'Procesoare'; 36 $text['cpumodel'] = 'Model'; 37 $text['cpuspeed'] = 'CPU Speed'; 38 $text['busspeed'] = 'BUS Speed'; 39 $text['cache'] = 'Marime Cache'; 40 $text['bogomips'] = 'Bogomips'; 41 42 $text['pci'] = 'Dispozitive PCI'; 43 $text['ide'] = 'Dispozitive IDE'; 44 $text['scsi'] = 'Dispozitive SCSI'; 45 $text['usb'] = 'Dispozitive USB'; 46 47 $text['netusage'] = 'Utilizarea retelei'; 48 $text['device'] = 'Dispozitiv'; 49 $text['received'] = 'Primit'; 50 $text['sent'] = 'Trimis'; 51 $text['errors'] = 'Erori'; 52 53 $text['memusage'] = 'Utilizarea memoriei'; 54 $text['phymem'] = 'Memorie fizica'; 55 $text['swap'] = 'Disk Swap'; 56 57 $text['fs'] = 'Sisteme de fisiere montate'; 58 $text['mount'] = 'Punct montare'; 59 $text['partition'] = 'Partitie'; 60 61 $text['percent'] = 'Procent capacitate'; 62 $text['type'] = 'Tip'; 63 $text['free'] = 'Liber'; 64 $text['used'] = 'Utilizat'; 65 $text['size'] = 'Marime'; 66 $text['totals'] = 'Total'; 67 68 $text['kb'] = 'KB'; 69 $text['mb'] = 'MB'; 70 $text['gb'] = 'GB'; 71 72 $text['none'] = 'nici unul'; 73 74 $text['capacity'] = 'Capacitate'; 75 76 $text['template'] = 'Model'; 77 $text['language'] = 'Limba'; 78 $text['submit'] = 'Actualizeaza'; 79 $text['created'] = 'Creat de'; 80 $text['locale'] = 'en_US'; 81 $text['gen_time'] = 'on %b %d, %Y at %I:%M %p'; 82 83 $text['days'] = 'zile'; 84 $text['hours'] = 'ore'; 85 $text['minutes'] = 'minute'; 86 87 $text['temperature'] = 'Temperature'; 88 $text['voltage'] = 'Voltage'; 89 $text['fans'] = 'Fans'; 90 $text['s_value'] = 'Value'; 91 $text['s_min'] = 'Min'; 92 $text['s_max'] = 'Max'; 93 $text['s_div'] = 'Div'; 94 $text['hysteresis'] = 'Hysteresis'; 95 $text['s_limit'] = 'Limit'; 96 $text['s_label'] = 'Label'; 97 $text['degree_mark'] = 'ºC'; 98 $text['voltage_mark'] = 'V'; 99 $text['rpm_mark'] = 'RPM'; 100 101 $text['app'] = 'Kernel + applications'; 102 $text['buffers'] = 'Buffers'; 103 $text['cached'] = 'Cached'; 104 105 ?>
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 |