First commit 18/08/2000

This commit is contained in:
2021-09-12 22:40:30 +02:00
commit e721637efc
531 changed files with 16045 additions and 0 deletions

View File

@@ -0,0 +1,80 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: br.php,v 1.3 2001/09/13 00:24:12 precision Exp $
// Translated by Álvaro Reguly - alvaro at reguly dot net
$text['title'] = 'Informações do Sistema';
$text['vitals'] = 'Sistema';
$text['hostname'] = 'Nome Canônico';
$text['ip'] = 'Números IP';
$text['kversion'] = 'Versão do Kernel';
$text['uptime'] = 'Uptime';
$text['users'] = 'Usuários Conectados';
$text['loadavg'] = 'Carga do Sistema';
$text['hardware'] = 'Informações do Hardware';
$text['numcpu'] = 'Processadores';
$text['cpumodel'] = 'Modelo';
$text['mhz'] = 'MHz';
$text['cache'] = 'Tamanho Cache';
$text['bogomips'] = 'Bogomips';
$text['pci'] = 'Dispositivos PCI';
$text['ide'] = 'Dispositivos IDE';
$text['scsi'] = 'Dispositivos SCSI';
$text['netusage'] = 'Utilização da Rede';
$text['device'] = 'Dispositivo';
$text['received'] = 'Recebidos';
$text['sent'] = 'Enviados';
$text['errors'] = 'Erros/Drop';
$text['memusage'] = 'Utilização da Memória';
$text['phymem'] = 'Memória Física';
$text['swap'] = 'Swap';
$text['fs'] = 'Sistemas de Arquivo Montados';
$text['mount'] = 'Mount';
$text['partition'] = 'Partição';
$text['percent'] = 'Porcentual da Capacidade';
$text['type'] = 'Tipo';
$text['free'] = 'Livres';
$text['used'] = 'Utilizados';
$text['size'] = 'Tamanho';
$text['totals'] = 'Totais';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'nenhum';
$text['capacity'] = 'Capacidade';
$text['template'] = 'Molde';
$text['language'] = 'Língua';
$text['submit'] = 'Enviar';
$text['created'] = 'Criado por';
$text['days'] = 'dias';
$text['hours'] = 'horas';
$text['minutes'] = 'minutos';
?>

View File

@@ -0,0 +1,81 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: cs.php,v 1.1 2001/05/30 18:22:09 precision Exp $
$charset = 'iso-8859-2';
$text['title'] = 'Informace o systému';
$text['vitals'] = 'Zásadní informace';
$text['hostname'] = 'Jméno poèítaèe';
$text['ip'] = 'IP adresa';
$text['kversion'] = 'Verze jádra';
$text['uptime'] = 'Uptime';
$text['users'] = 'Pøihlá¹ených u¾ivatelù';
$text['loadavg'] = 'Prùmìru loadu';
$text['hardware'] = 'Hardwarové informace';
$text['numcpu'] = 'Procesory';
$text['cpumodel'] = 'Model';
$text['mhz'] = 'Frekvence';
$text['cache'] = 'Velikost cache';
$text['bogomips'] = 'Bogomipsy';
$text['pci'] = 'PCI zaøízení';
$text['ide'] = 'IDE zaøízení';
$text['scsi'] = 'SCSI zaøízení';
$text['netusage'] = 'Pou¾ívání sítì';
$text['device'] = 'Zaøízení';
$text['received'] = 'Pøijato';
$text['sent'] = 'Odesláno';
$text['errors'] = 'Chyby/Vypu¹tìno';
$text['memusage'] = 'Obsazení pamìti';
$text['phymem'] = 'Fyzická pamì»';
$text['swap'] = 'Swap';
$text['fs'] = 'Namountované souborové systémy';
$text['mount'] = 'Adresáø';
$text['partition'] = 'Partition';
$text['percent'] = 'Obsazeno';
$text['type'] = 'Typ';
$text['free'] = 'Volno';
$text['used'] = 'Pou¾ito';
$text['size'] = 'Velikost';
$text['totals'] = 'Celkem';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = '¾ádná';
$text['capacity'] = 'Kapacita';
$text['template'] = '©ablona';
$text['language'] = 'Jazyk';
$text['submit'] = 'Odeslat';
$text['created'] = 'Vytvoøeno pomocí';
$text['days'] = 'dnù';
$text['hours'] = 'hodin';
$text['minutes'] = 'minut';
?>

View File

@@ -0,0 +1,81 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: da.php,v 1.4 2001/05/31 17:15:10 precision Exp $
# Translated by Jonas Koch Bentzen (understroem.dk).
$text['title'] = 'Systeminformation';
$text['vitals'] = 'Systemenheder';
$text['hostname'] = 'Kanonisk værtsnavn';
$text['ip'] = 'IP-adresse, der lyttes på';
$text['kversion'] = 'Kerne-version';
$text['uptime'] = 'Oppetid';
$text['users'] = 'Antal brugere logget ind lige nu';
$text['loadavg'] = 'Ressourceforbrug - gennemsnit';
$text['hardware'] = 'Hardwareinformation';
$text['numcpu'] = 'Processorer';
$text['cpumodel'] = 'Model';
$text['mhz'] = 'MHz';
$text['cache'] = 'Cachestørrelse';
$text['bogomips'] = 'Bogomips';
$text['pci'] = 'PCI-enheder';
$text['ide'] = 'IDE-enheder';
$text['scsi'] = 'SCSI-enheder';
$text['netusage'] = 'Netværkstrafik';
$text['device'] = 'Enhed';
$text['received'] = 'Modtaget';
$text['sent'] = 'Afsendt';
$text['errors'] = 'Mislykket/tabt';
$text['memusage'] = 'Hukommelsesforbrug';
$text['phymem'] = 'Fysisk hukommelse';
$text['swap'] = 'Swap';
$text['fs'] = 'Monterede filsystemer';
$text['mount'] = 'Monteret på';
$text['partition'] = 'Partition';
$text['percent'] = 'Procent af kapaciteten';
$text['type'] = 'Type';
$text['free'] = 'Ledig';
$text['used'] = 'Brugt';
$text['size'] = 'Størrelse';
$text['totals'] = 'I alt';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'ingen';
$text['capacity'] = 'Kapacitet';
$text['template'] = 'Skabelon';
$text['language'] = 'Sprog';
$text['submit'] = 'Okay';
$text['created'] = 'Lavet af';
$text['days'] = 'dage';
$text['hours'] = 'timer';
$text['minutes'] = 'minutter';
?>

View File

@@ -0,0 +1,79 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: de.php,v 1.3 2001/08/06 18:50:15 precision Exp $
$text['title'] = 'System Information';
$text['vitals'] = 'System Vitalit&auml;t';
$text['hostname'] = 'Zugewiesener Hostname';
$text['ip'] = '&Uuml;berwachte IP';
$text['kversion'] = 'Kernel Version';
$text['uptime'] = 'Betriebszeit';
$text['users'] = 'Eingeloggte Benutzer';
$text['loadavg'] = 'Auslastung';
$text['hardware'] = 'Hardware &Uuml;bersicht';
$text['numcpu'] = 'Prozessoren';
$text['cpumodel'] = 'Modell';
$text['mhz'] = 'Chip MHz';
$text['cache'] = 'Cachegr&ouml;&szlig;e';
$text['bogomips'] = 'System Bogomips';
$text['pci'] = 'PCI Ger&auml;te';
$text['ide'] = 'IDE Ger&auml;te';
$text['scsi'] = 'SCSI Ger&auml;te';
$text['netusage'] = 'Netzwerk Auslastung';
$text['device'] = 'Schnittstelle';
$text['received'] = 'Empfangen';
$text['sent'] = 'Gesendet';
$text['errors'] = 'Err/Drop';
$text['memusage'] = 'Speicher Auslastung';
$text['phymem'] = 'Physikalischer Speicher';
$text['swap'] = 'Auslagerungsdatei auf Disk';
$text['fs'] = 'Gemountete Filesysteme';
$text['mount'] = 'Mount';
$text['partition'] = 'Partition';
$text['percent'] = 'Prozentuale Auslastung';
$text['type'] = 'Typ';
$text['free'] = 'Frei';
$text['used'] = 'Benutzt';
$text['size'] = 'Gr&ouml;&szlig;e';
$text['totals'] = 'Insgesamt';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'keine';
$text['capacity'] = 'Kapazität';
$text['template'] = 'Vorlage';
$text['language'] = 'Sprache';
$text['submit'] = 'Ändern';
$text['created'] = 'Erstellt von';
$text['days'] = 'Tage';
$text['hours'] = 'Stunden';
$text['minutes'] = 'Minuten';
?>

View File

@@ -0,0 +1,81 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: en.php,v 1.3 2001/05/31 17:15:10 precision Exp $
$text['title'] = 'System Information';
$text['vitals'] = 'System Vital';
$text['hostname'] = 'Cannonical Hostname';
$text['ip'] = 'Listening IP';
$text['kversion'] = 'Kernel Version';
$text['uptime'] = 'Uptime';
$text['users'] = 'Current Users';
$text['loadavg'] = 'Load Averages';
$text['hardware'] = 'Hardware Information';
$text['numcpu'] = 'Processors';
$text['cpumodel'] = 'Model';
$text['mhz'] = 'Chip MHz';
$text['cache'] = 'Cache Size';
$text['bogomips'] = 'System Bogomips';
$text['pci'] = 'PCI Devices';
$text['ide'] = 'IDE Devices';
$text['scsi'] = 'SCSI Devices';
$text['netusage'] = 'Network Usage';
$text['device'] = 'Device';
$text['received'] = 'Received';
$text['sent'] = 'Sent';
$text['errors'] = 'Err/Drop';
$text['connections'] = 'Established Network Connections';
$text['memusage'] = 'Memory Usage';
$text['phymem'] = 'Physical Memory';
$text['swap'] = 'Disk Swap';
$text['fs'] = 'Mounted Filesystems';
$text['mount'] = 'Mount';
$text['partition'] = 'Partition';
$text['percent'] = 'Percent Capacity';
$text['type'] = 'Type';
$text['free'] = 'Free';
$text['used'] = 'Used';
$text['size'] = 'Size';
$text['totals'] = 'Totals';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'none';
$text['capacity'] = 'Capacity';
$text['template'] = 'Template';
$text['language'] = 'Language';
$text['submit'] = 'Submit';
$text['created'] = 'Created by';
$text['days'] = 'days';
$text['hours'] = 'hours';
$text['minutes'] = 'minutes';
?>

View File

@@ -0,0 +1,96 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: es.php,v 1.2 2001/05/30 18:22:09 precision Exp $
$text['title'] = 'Informaci&oacute;n Del Sistema';
$text['vitals'] = 'Vitales';
$text['hostname'] = 'Nombre Del Sistema';
$text['ip'] = 'N&uacute;mero de IP';
$text['kversion'] = 'Versi&oacute;n Del Kernel';
$text['uptime'] = 'Uptime';
$text['users'] = 'Usuarios actuales';
$text['loadavg'] = 'Promedio de Uso';
$text['hardware'] = 'Informaci&oacute;n Del Hardware';
$text['numcpu'] = 'Procesadores';
$text['cpumodel'] = 'Modelo';
$text['mhz'] = 'Frequencia en MHz';
$text['cache'] = 'Tama&ntilde;o Del Cach&eacute;';
$text['bogomips'] = 'Bogomips';
$text['pci'] = 'PCI Dispositivos ';
$text['ide'] = 'IDE Dispositivos';
$text['scsi'] = 'SCSI Dispositivos ';
$text['netusage'] = 'Utilizaci&oacute;n de la Red';
$text['device'] = 'Dispositivo';
$text['received'] = 'Recibidos';
$text['sent'] = 'Enviados';
$text['errors'] = 'Errores/Perdidos';
$text['memusage'] = 'Utilizaci&oacute;n De Memoria';
$text['phymem'] = 'Memoria F&iacute;sica';
$text['swap'] = 'Disco Swap';
$text['fs'] = 'Sistemas de Archivos Montados';
$text['mount'] = 'Montado en';
$text['partition'] = 'Partici&oacute;n';
$text['percent'] = 'Porcentaje de Capacidad';
$text['type'] = 'Tipo';
$text['free'] = 'Libre';
$text['used'] = 'Usado';
$text['size'] = 'Tama&ntilde;o';
$text['totals'] = 'Totales';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'ninguno';
$text['capacity'] = 'Capacity';
$text['template'] = 'Template';
$text['language'] = 'Language';
$text['submit'] = 'Submit';
$text['created'] = 'Created by';
$text['days'] = 'dias';
$text['hours'] = 'horas';
$text['minutes'] = 'minutos';
$text['vsensors'] = 'Voltajes del Sistema';
$text['tsensors'] = 'Temperaturas del Sistema';
$text['fsensors'] = 'Disipadores del Sistema';
$text['osensors'] = 'Informaci&oacute;n de otros sensores';
$text['vtype'] = 'Voltaje';
$text['ttype'] = 'Temperatura';
$text['ftype'] = 'Ventilador';
$text['field'] = 'Campo';
$text['current'] = 'Valor';
$text['min'] = 'Min';
$text['max'] = 'Max';
$text['hysteresis'] = 'Hysteresis';
$text['limit'] = 'Limite';
$text['div'] = 'Div';
$text['status'] = 'Stado';
?>

View File

@@ -0,0 +1,96 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: es.php,v 1.2 2001/05/30 18:22:09 precision Exp $
$text['title'] = 'Informaci&oacute;n Del Sistema';
$text['vitals'] = 'Vitales';
$text['hostname'] = 'Nombre Del Sistema';
$text['ip'] = 'N&uacute;mero de IP';
$text['kversion'] = 'Versi&oacute;n Del Kernel';
$text['uptime'] = 'Uptime';
$text['users'] = 'Usuarios actuales';
$text['loadavg'] = 'Promedio de Uso';
$text['hardware'] = 'Informaci&oacute;n Del Hardware';
$text['numcpu'] = 'Procesadores';
$text['cpumodel'] = 'Modelo';
$text['mhz'] = 'Frequencia en MHz';
$text['cache'] = 'Tama&ntilde;o Del Cach&eacute;';
$text['bogomips'] = 'Bogomips';
$text['pci'] = 'PCI Dispositivos ';
$text['ide'] = 'IDE Dispositivos';
$text['scsi'] = 'SCSI Dispositivos ';
$text['netusage'] = 'Utilizaci&oacute;n de la Red';
$text['device'] = 'Dispositivo';
$text['received'] = 'Recibidos';
$text['sent'] = 'Enviados';
$text['errors'] = 'Errores/Perdidos';
$text['memusage'] = 'Utilizaci&oacute;n De Memoria';
$text['phymem'] = 'Memoria F&iacute;sica';
$text['swap'] = 'Disco Swap';
$text['fs'] = 'Sistemas de Archivos Montados';
$text['mount'] = 'Montado en';
$text['partition'] = 'Partici&oacute;n';
$text['percent'] = 'Porcentaje de Capacidad';
$text['type'] = 'Tipo';
$text['free'] = 'Libre';
$text['used'] = 'Usado';
$text['size'] = 'Tama&ntilde;o';
$text['totals'] = 'Totales';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'ninguno';
$text['capacity'] = 'Capacity';
$text['template'] = 'Template';
$text['language'] = 'Language';
$text['submit'] = 'Submit';
$text['created'] = 'Created by';
$text['days'] = 'days';
$text['hours'] = 'hours';
$text['minutes'] = 'minutes';
$text['vsensors'] = 'Voltajes del Sistema';
$text['tsensors'] = 'Temperaturas del Sistema';
$text['fsensors'] = 'Disipadores del Sistema';
$text['osensors'] = 'Informaci&oacute;n de otros sensores';
$text['vtype'] = 'Voltaje';
$text['ttype'] = 'Temperatura';
$text['ftype'] = 'Ventilador';
$text['field'] = 'Campo';
$text['current'] = 'Valor';
$text['min'] = 'Min';
$text['max'] = 'Max';
$text['hysteresis'] = 'Hysteresis';
$text['limit'] = 'Limite';
$text['div'] = 'Div';
$text['status'] = 'Stado';
?>

View File

@@ -0,0 +1,80 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: et.php,v 1.3 2001/06/02 03:35:13 precision Exp $
$text['title'] = 'S&uuml;steemi Informatsioon';
$text['vitals'] = 'System Vital';
$text['hostname'] = 'Kanooniline masinanimi';
$text['ip'] = 'Vastav IP';
$text['kversion'] = 'Kernel Versioon';
$text['uptime'] = 'Masin elus juba';
$text['users'] = 'Hetkel kasutajaid';
$text['loadavg'] = 'Koormuse keskmised';
$text['hardware'] = 'Riistvara Informatsioon';
$text['numcpu'] = 'Protsessoreid';
$text['cpumodel'] = 'Mudel';
$text['mhz'] = 'Taktsagedus MHz';
$text['cache'] = 'Vahem&auml;lu suurus';
$text['bogomips'] = 'S&uuml;steemi Bogomips';
$text['pci'] = 'PCI Seadmed';
$text['ide'] = 'IDE Seadmed';
$text['scsi'] = 'SCSI Seadmed';
$text['None'] = 'Puudub';
$text['netusage'] = 'V&otilde;rguteenuse kasutamine';
$text['device'] = 'Seade';
$text['received'] = 'Saadud';
$text['sent'] = 'Saadetud';
$text['errors'] = 'Vigu/H&uuml;ljatud';
$text['memusage'] = 'M&auml;lu kasutamine';
$text['phymem'] = 'F&uuml;&uuml;siline m&auml;lu';
$text['swap'] = 'Saalem&auml;lu kettal';
$text['fs'] = '&Uuml;hendatud failis&uuml;steemid';
$text['mount'] = '&Uuml;hendus';
$text['partition'] = 'Partitsioon';
$text['percent'] = 'Protsendiline h&otilde;ivatus';
$text['type'] = 'T&uuml;&uuml;p';
$text['free'] = 'Vaba';
$text['used'] = 'Kasutusel';
$text['size'] = 'Suurus';
$text['totals'] = 'Kokku';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'puudub';
$text['capacity'] = 'H&otilde;ivatus';
$text['template'] = 'Template';
$text['language'] = 'Keel';
$text['submit'] = 'Kehtesta';
$text['created'] = 'Looja: ';
$text['days'] = 'p&auml;eva';
$text['hours'] = 'tundi';
$text['minutes'] = 'minutit';
?>

View File

@@ -0,0 +1,81 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: fi.php,v 1.1 2001/06/29 20:57:18 precision Exp $
// Finnish language file by Jani 'Japala' Ponkko
$text['title'] = 'Tietoa j&auml;rjestelm&auml;st&auml;';
$text['vitals'] = 'Perustiedot';
$text['hostname'] = 'Kanoninen nimi';
$text['ip'] = 'K&auml;ytett&auml;v&auml; IP';
$text['kversion'] = 'Kernelin versio';
$text['uptime'] = 'Toiminta-aika';
$text['users'] = 'K&auml;ytt&auml;ji&auml;';
$text['loadavg'] = 'Keskikuormat';
$text['hardware'] = 'Laitteisto';
$text['numcpu'] = 'Prosessoreita';
$text['cpumodel'] = 'Malli';
$text['mhz'] = 'Piirin MHz';
$text['cache'] = 'V&auml;limuistin koko';
$text['bogomips'] = 'J&auml;rjestelm&auml;n Bogomipsit';
$text['pci'] = 'PCI Laitteet';
$text['ide'] = 'IDE Laitteet';
$text['scsi'] = 'SCSI Laitteet';
$text['netusage'] = 'Verkon k&auml;ytt&ouml;';
$text['device'] = 'Laite';
$text['received'] = 'Vastaanotettu';
$text['sent'] = 'L&auml;hetetty';
$text['errors'] = 'Virheet/Pudotetut';
$text['memusage'] = 'Muistin kuormitus';
$text['phymem'] = 'Fyysinen muisti';
$text['swap'] = 'Virtuaalimuisti';
$text['fs'] = 'Liitetyt tiedostoj&auml;rjestelm&auml;t';
$text['mount'] = 'Liitoskohta';
$text['partition'] = 'Osio';
$text['percent'] = 'Prosenttia kapasiteetista';
$text['type'] = 'Tyyppi';
$text['free'] = 'Vapaana';
$text['used'] = 'K&auml;yt&ouml;ss&auml;';
$text['size'] = 'Koko';
$text['totals'] = 'Yhteens&auml;';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'Ei yht&auml;&auml;n';
$text['capacity'] = 'Kapasiteetti';
$text['template'] = 'Malli';
$text['language'] = 'Kieli';
$text['submit'] = 'Valitse';
$text['created'] = 'Luonut';
$text['days'] = 'p&auml;iv&auml;&auml;';
$text['hours'] = 'tuntia';
$text['minutes'] = 'minuuttia';
?>

View File

@@ -0,0 +1,79 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: fr.php,v 1.3 2001/05/31 17:15:10 precision Exp $
$text['title'] = 'Information Système ';
$text['vitals'] = 'Système';
$text['hostname'] = 'Nom d\'hôte cannonique';
$text['ip'] = 'IP';
$text['kversion'] = 'Version du noyau';
$text['uptime'] = 'Uptime';
$text['users'] = 'Utilisateurs';
$text['loadavg'] = 'Charge système';
$text['hardware'] = 'Information Matériel';
$text['numcpu'] = 'Processeurs';
$text['cpumodel'] = 'Modèle';
$text['mhz'] = 'Fréquence';
$text['cache'] = 'Taille Cache';
$text['bogomips'] = 'Bogomips';
$text['pci'] = 'Périph. PCI';
$text['ide'] = 'Périph. IDE';
$text['scsi'] = 'Périph. SCSI';
$text['netusage'] = 'Réseau';
$text['device'] = 'Périphérique';
$text['received'] = 'Réception';
$text['sent'] = 'Envoi';
$text['errors'] = 'Err/Drop';
$text['memusage'] = 'Utilisation mémoire';
$text['phymem'] = 'Mémoire Physique';
$text['swap'] = 'Swap disque';
$text['fs'] = 'Systèmes de fichiers montés';
$text['mount'] = 'Point';
$text['partition'] = 'Partition';
$text['percent'] = 'Utilisation';
$text['type'] = 'Type';
$text['free'] = 'Libre';
$text['used'] = 'Utililisé';
$text['size'] = 'Taille';
$text['totals'] = 'Totaux';
$text['kb'] = 'Ko';
$text['mb'] = 'Mo';
$text['gb'] = 'Go';
$text['none'] = 'aucun';
$text['capacity'] = 'Capacité';
$text['template'] = 'Modèle ';
$text['language'] = 'Langue ';
$text['submit'] = 'Valider';
$text['created'] = 'Créé par';
$text['days'] = 'jours';
$text['hours'] = 'heures';
$text['minutes'] = 'minutes';
?>

View File

@@ -0,0 +1,79 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: is.php,v 1.1 2001/06/29 17:14:20 precision Exp $
$text['title'] = 'Kerfisupplýsingar';
$text['vitals'] = 'Helstu Upplýsingar';
$text['hostname'] = 'Vélarnafn';
$text['ip'] = 'IP Tala';
$text['kversion'] = 'Útgáfa kjarna';
$text['uptime'] = 'Uppitími';
$text['users'] = 'Notendur';
$text['loadavg'] = 'Meðal álag';
$text['hardware'] = 'Upplýsingar um vélbúnað';
$text['numcpu'] = 'Örgjörvi/Örgjörvar';
$text['cpumodel'] = 'Týpa';
$text['mhz'] = 'Hraði';
$text['cache'] = 'Stærð flýtiminnis';
$text['bogomips'] = 'Kerfis Bogomips';
$text['pci'] = 'PCI Jaðartæki';
$text['ide'] = 'IDE Jaðartæki';
$text['scsi'] = 'SCSI Jaðartæki';
$text['netusage'] = 'Notkun Nets';
$text['device'] = 'Jaðartæki';
$text['received'] = 'Tekið á móti';
$text['sent'] = 'Sent';
$text['errors'] = 'Villur/Drop';
$text['memusage'] = 'Minnisnotkun';
$text['phymem'] = 'Vinnsluminni';
$text['swap'] = 'Sýndarminni';
$text['fs'] = 'Tengd Skráarkerfi';
$text['mount'] = 'Tengipunktur';
$text['partition'] = 'Disksneið';
$text['percent'] = 'Prósent af Heildarstærð';
$text['type'] = 'Týpa';
$text['free'] = 'Laust';
$text['used'] = 'Notað';
$text['size'] = 'Stærð';
$text['totals'] = 'Samtals';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'ekkert';
$text['capacity'] = 'Heildarstærð';
$text['template'] = 'Template';
$text['language'] = 'Tungumál';
$text['submit'] = 'Senda';
$text['created'] = 'Búið til af';
$text['days'] = 'dagar';
$text['hours'] = 'klukkustundir';
$text['minutes'] = 'mínútur';
?>

View File

@@ -0,0 +1,79 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: it.php,v 1.2 2001/05/30 18:22:09 precision Exp $
$text['title'] = 'Informazioni sul Sistema';
$text['vitals'] = 'Informazioni Vitali';
$text['hostname'] = 'Nome Canonico';
$text['ip'] = 'Indirizzo IP';
$text['kversion'] = 'Versione del Kernel';
$text['uptime'] = 'Tempo di Esercizio';
$text['users'] = 'Utenti Collegati';
$text['loadavg'] = 'Carico Medio';
$text['hardware'] = 'Informazioni Hardware';
$text['numcpu'] = 'Processori';
$text['cpumodel'] = 'Modello';
$text['mhz'] = 'MHz del Chip';
$text['cache'] = 'Dimensione Cache';
$text['bogomips'] = 'Bogomips del Sistema';
$text['pci'] = 'Unit? PCI';
$text['ide'] = 'Unit? IDE';
$text['scsi'] = 'Unit? SCSI';
$text['netusage'] = 'Uso della Rete';
$text['device'] = 'Device';
$text['received'] = 'Received';
$text['sent'] = 'Sent';
$text['errors'] = 'Err/Drop';
$text['memusage'] = 'Uso della Memoria';
$text['phymem'] = 'Memoria Fisica';
$text['swap'] = 'Disco di Swap';
$text['fs'] = 'Filesystem Montati';
$text['mount'] = 'Punto di Mount';
$text['partition'] = 'Partizione';
$text['percent'] = 'Uso Percentuale';
$text['type'] = 'Tipo';
$text['free'] = 'Libero';
$text['used'] = 'Usato';
$text['size'] = 'Dimensione';
$text['totals'] = 'Totali';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'none';
$text['capacity'] = 'Capacity';
$text['template'] = 'Template';
$text['language'] = 'Language';
$text['submit'] = 'Submit';
$text['created'] = 'Created by';
$text['days'] = 'days';
$text['hours'] = 'hours';
$text['minutes'] = 'minutes';
?>

View File

@@ -0,0 +1,81 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: kr.php,v 1.1 2001/06/25 12:35:48 precision Exp $
$charset = 'iso-2022-kr';
$text['title'] = '시스템 정보';
$text['vitals'] = '현재 시스템 상황';
$text['hostname'] = '시스템의 호스트네임';
$text['ip'] = '시스템의 IP';
$text['kversion'] = '커널 버젼';
$text['uptime'] = '실행 시간';
$text['users'] = '현재의 유저 수';
$text['loadavg'] = '평균 로드';
$text['hardware'] = '하드웨어 정보';
$text['numcpu'] = '프로세서 갯수';
$text['cpumodel'] = '프로세서 모델';
$text['mhz'] = '칩셋 클럭';
$text['cache'] = '케쉬 사이즈';
$text['bogomips'] = '자체테스트 클럭';
$text['pci'] = 'PCI 장치';
$text['ide'] = 'IDE 장치';
$text['scsi'] = 'SCSI 장치';
$text['netusage'] = ' 네트워크 사용정보';
$text['device'] = '장치';
$text['received'] = '받은 량';
$text['sent'] = '보낸 량';
$text['errors'] = '에러 / 실패';
$text['memusage'] = '메모리 사용량';
$text['phymem'] = '물리적 메모리';
$text['swap'] = '스왑 디스크';
$text['fs'] = '마운트 현황';
$text['mount'] = '마운트';
$text['partition'] = '파티션';
$text['percent'] = ' 퍼센트';
$text['type'] = '타입';
$text['free'] = '남은량';
$text['used'] = '사용량';
$text['size'] = '사이즈';
$text['totals'] = '합계';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = '없음';
$text['capacity'] = '용량';
$text['template'] = '템플릿';
$text['language'] = '언어';
$text['submit'] = '적용';
$text['created'] = 'Created by';
$text['days'] = '일';
$text['hours'] = '시';
$text['minutes'] = '분';
?>

View File

@@ -0,0 +1,79 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: lt.php,v 1.2 2001/05/30 18:22:09 precision Exp $
$text['title'] = 'Sistemos Informacija';
$text['vitals'] = 'Sisteminiai Duomenys';
$text['hostname'] = 'Unikalus Hostas';
$text['ip'] = 'IP Adresas';
$text['kversion'] = 'Kernelio Versija';
$text['uptime'] = 'Veikimo laikas';
$text['users'] = 'Vartotojai';
$text['loadavg'] = 'U?krovimo vidurkiai';
$text['hardware'] = 'Aparat?riniai duomenys';
$text['numcpu'] = 'Procesorius';
$text['cpumodel'] = 'Modelis';
$text['mhz'] = 'Da?nis MHz';
$text['cache'] = 'Cache Dydis';
$text['bogomips'] = 'Sistemos "Bogomips"';
$text['pci'] = 'PCI ?renginiai';
$text['ide'] = 'IDE ?renginiai';
$text['scsi'] = 'SCSI ?renginiai';
$text['netusage'] = 'Tinklo Informacija';
$text['device'] = '?renginys';
$text['received'] = 'Parsi?sta';
$text['sent'] = 'I?si?sta';
$text['errors'] = 'Klaidos/Numesti Paketai';
$text['memusage'] = 'Atminties Informacija';
$text['phymem'] = 'Operatyvioji Atmintis';
$text['swap'] = 'Disko Swap Particija';
$text['fs'] = 'HDD informacija';
$text['mount'] = 'U?montuota';
$text['partition'] = 'Particija';
$text['percent'] = 'I?reik?ta Procentais';
$text['type'] = 'Tipas';
$text['free'] = 'Laisva';
$text['used'] = 'U?imta';
$text['size'] = 'Dydis';
$text['totals'] = 'I? Viso';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'none';
$text['capacity'] = 'Capacity';
$text['template'] = 'Template';
$text['language'] = 'Language';
$text['submit'] = 'Submit';
$text['created'] = 'Created by';
$text['days'] = 'days';
$text['hours'] = 'hours';
$text['minutes'] = 'minutes';
?>

View File

@@ -0,0 +1,79 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: nl.php,v 1.5 2001/08/09 22:28:00 precision Exp $
$text['title'] = 'Systeem Informatie';
$text['vitals'] = 'Systeem overzicht';
$text['hostname'] = 'Toegewezen naam';
$text['ip'] = 'IP-adres';
$text['kversion'] = 'Kernelversie';
$text['uptime'] = 'Uptime';
$text['users'] = 'Huidige gebruikers';
$text['loadavg'] = 'Gemiddelde belasting';
$text['hardware'] = 'Hardware overzicht';
$text['numcpu'] = 'Processors';
$text['cpumodel'] = 'Model';
$text['mhz'] = 'Chip MHz';
$text['cache'] = 'Buffergrootte';
$text['bogomips'] = 'Systeem Bogomips';
$text['pci'] = 'PCI Apparaten';
$text['ide'] = 'IDE Apparaten';
$text['scsi'] = 'SCSI Apparaten';
$text['netusage'] = 'Netwerkgebruik';
$text['device'] = 'Apparaat';
$text['received'] = 'Ontvangen';
$text['sent'] = 'Verzonden';
$text['errors'] = 'Err/Drop';
$text['memusage'] = 'Geheugengebruik';
$text['phymem'] = 'Fysiek geheugen';
$text['swap'] = 'Swap geheugen';
$text['fs'] = 'Aangesloten bestandssystemen';
$text['mount'] = 'Mount';
$text['partition'] = 'Partitie';
$text['percent'] = 'Percentage gebruikt';
$text['type'] = 'Type';
$text['free'] = 'Vrij';
$text['used'] = 'Gebruikt';
$text['size'] = 'Grootte';
$text['totals'] = 'Totaal';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'geen';
$text['capacity'] = 'Capaciteit';
$text['template'] = 'Model';
$text['language'] = 'Language';
$text['submit'] = 'Toepassen';
$text['created'] = 'Gegenereerd door';
$text['days'] = 'dagen';
$text['hours'] = 'uren';
$text['minutes'] = 'minuten';
?>

View File

@@ -0,0 +1,79 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: no.php,v 1.3 2001/05/30 18:22:09 precision Exp $
$text['title'] = 'System Informasjon';
$text['vitals'] = 'Vital Informasjon';
$text['hostname'] = 'Egentlige Tjenernavn';
$text['ip'] = 'IP Adresse';
$text['kversion'] = 'Kernel Versjon';
$text['uptime'] = 'Oppetid';
$text['users'] = 'Antall Brukere';
$text['loadavg'] = 'Gj.Snitt Belastning';
$text['hardware'] = 'Hardware Informasjon';
$text['numcpu'] = 'Prosessorer';
$text['cpumodel'] = 'Modell';
$text['mhz'] = 'Brikke MHz';
$text['cache'] = 'Cache St&oslash;rrelse';
$text['bogomips'] = 'System Bogomips';
$text['pci'] = 'PCI Enheter';
$text['ide'] = 'IDE Enheter';
$text['scsi'] = 'SCSI Enheter';
$text['netusage'] = 'Nettverk Bruk';
$text['device'] = 'Enhet';
$text['received'] = 'Mottatt';
$text['sent'] = 'Sendt';
$text['errors'] = 'Feil/Dropp';
$text['memusage'] = 'Minne Bruk';
$text['phymem'] = 'Fysisk Minne';
$text['swap'] = 'Disk Swap';
$text['fs'] = 'Monterte Filsystemer';
$text['mount'] = 'Punkt';
$text['partition'] = 'Partisjon';
$text['percent'] = 'Kapasitet Prosent';
$text['type'] = 'Type';
$text['free'] = 'Ledig';
$text['used'] = 'Brukt';
$text['size'] = 'St&oslash;rrelse';
$text['totals'] = 'Totalt';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'Ingen';
$text['capacity'] = 'Capacity';
$text['template'] = 'Template';
$text['language'] = 'Language';
$text['submit'] = 'Submit';
$text['created'] = 'Created by';
$text['days'] = 'days';
$text['hours'] = 'hours';
$text['minutes'] = 'minutes';
?>

View File

@@ -0,0 +1,81 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: pl.php,v 1.1 2001/09/04 17:20:13 precision Exp $
$charset = 'iso-8859-2';
$text['title'] = 'Informacja o systemie';
$text['vitals'] = 'Stan systemu';
$text['hostname'] = 'Nazwa kanoniczna hosta';
$text['ip'] = 'IP nas³uchuj±cy';
$text['kversion'] = 'Wersja j±dra';
$text['uptime'] = 'Uptime';
$text['users'] = 'Obecnych u¿ytkownków';
$text['loadavg'] = 'Obci±¿enia ¶rednie';
$text['hardware'] = 'Informacja o sprzêcie';
$text['numcpu'] = 'Procesory';
$text['cpumodel'] = 'Model';
$text['mhz'] = 'Chip MHz';
$text['cache'] = 'Cache Size';
$text['bogomips'] = 'System Bogomips';
$text['pci'] = 'Urz±dzenia PCI';
$text['ide'] = 'Urz±dzenia IDE';
$text['scsi'] = 'Urz±dzenia SCSI';
$text['netusage'] = 'Sieæ';
$text['device'] = 'Urz±dzenie';
$text['received'] = 'Odebrano';
$text['sent'] = 'Wys³ano';
$text['errors'] = 'B³êdow/Porzuconych';
$text['memusage'] = 'Obci±¿enie pamiêci';
$text['phymem'] = 'Pamiêæ fizyczna';
$text['swap'] = 'Pamiêæ Swap';
$text['fs'] = 'Zamontowane systemy plików';
$text['mount'] = 'Punkt montowania';
$text['partition'] = 'Partycja';
$text['percent'] = 'Procentowo zajête';
$text['type'] = 'Typ';
$text['free'] = 'Wolne';
$text['used'] = 'Zajête';
$text['size'] = 'Rozmiar';
$text['totals'] = 'Ca³kowite';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'brak';
$text['capacity'] = 'Rozmiar';
$text['template'] = 'Szablon';
$text['language'] = 'Jêzyk';
$text['submit'] = 'Wy¶lij';
$text['created'] = 'Utworzone przez';
$text['days'] = 'dni';
$text['hours'] = 'godzin';
$text['minutes'] = 'minut';
?>

View File

@@ -0,0 +1,80 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: ro.php,v 1.0 6/9/01 12:41PM
// Translated by Silviu Simen - ssimen@sympatico.ca
$text['title'] = 'Informatii despre sistem';
$text['vitals'] = 'Informatii vitale';
$text['hostname'] = 'Numele canonic';
$text['ip'] = 'Adresa IP';
$text['kversion'] = 'Versiune nucleu';
$text['uptime'] = 'Timp de viata';
$text['users'] = 'Utilizatori curenti';
$text['loadavg'] = 'Incarcarea sistemului';
$text['hardware'] = 'Informatii hardware';
$text['numcpu'] = 'Procesoare';
$text['cpumodel'] = 'Model';
$text['mhz'] = 'Chip MHz';
$text['cache'] = 'Marime Cache';
$text['bogomips'] = 'Bogomips';
$text['pci'] = 'Dispozitive PCI';
$text['ide'] = 'Dispozitive IDE';
$text['scsi'] = 'Dispozitive SCSI';
$text['netusage'] = 'Utilizarea retelei';
$text['device'] = 'Dispozitiv';
$text['received'] = 'Primit';
$text['sent'] = 'Trimis';
$text['errors'] = 'Erori';
$text['memusage'] = 'Utilizarea memoriei';
$text['phymem'] = 'Memorie fizica';
$text['swap'] = 'Disk Swap';
$text['fs'] = 'Sisteme de fisiere montate';
$text['mount'] = 'Punct montare';
$text['partition'] = 'Partitie';
$text['percent'] = 'Procent capacitate';
$text['type'] = 'Tip';
$text['free'] = 'Liber';
$text['used'] = 'Utilizat';
$text['size'] = 'Marime';
$text['totals'] = 'Total';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'nici unul';
$text['capacity'] = 'Capacitate';
$text['template'] = 'Model';
$text['language'] = 'Limba';
$text['submit'] = 'Actualizeaza';
$text['created'] = 'Creat de';
$text['days'] = 'zile';
$text['hours'] = 'ore';
$text['minutes'] = 'minute';
?>

View File

@@ -0,0 +1,81 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: se.php,v 1.2 2001/05/30 18:22:09 precision Exp $
//
// translation by shockzor
$text['title'] = 'System Information';
$text['vitals'] = 'System Vital';
$text['hostname'] = 'Värdnamn';
$text['ip'] = 'IP Address';
$text['kversion'] = 'Kernel Version';
$text['uptime'] = 'Upptid';
$text['users'] = 'Antal Användare';
$text['loadavg'] = 'Snitt Belastning';
$text['hardware'] = 'Hårdvaru Information';
$text['numcpu'] = 'Processorer';
$text['cpumodel'] = 'Modell';
$text['mhz'] = 'Chip MHz';
$text['cache'] = 'Cache Storlek';
$text['bogomips'] = 'System Bogomips';
$text['pci'] = 'PCI Enheter';
$text['ide'] = 'IDE Enheter';
$text['scsi'] = 'SCSI Enheter';
$text['netusage'] = 'Nätverks Användning';
$text['device'] = 'Enheter';
$text['received'] = 'Mottaget';
$text['sent'] = 'Skickat';
$text['errors'] = 'Fel/Förlorat';
$text['memusage'] = 'Minnes Användning';
$text['phymem'] = 'Fysiskt Minne';
$text['swap'] = 'Disk Swap';
$text['fs'] = 'Monterade Filsystem';
$text['mount'] = 'Montera';
$text['partition'] = 'Partition';
$text['percent'] = 'Procent Kapacitet';
$text['type'] = 'Typ';
$text['free'] = 'Fritt';
$text['used'] = 'Använt';
$text['size'] = 'Storlek';
$text['totals'] = 'Totalt';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = 'none';
$text['capacity'] = 'Capacity';
$text['template'] = 'Template';
$text['language'] = 'Language';
$text['submit'] = 'Submit';
$text['days'] = 'days';
$text['hours'] = 'hours';
$text['minutes'] = 'minutes';
$text['created'] = 'Created by';
?>

View File

@@ -0,0 +1,81 @@
<?php
//
// phpSysInfo - A PHP System Information Script
// http://phpsysinfo.sourceforge.net/
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// $Id: tw.php,v 1.1 2001/08/20 17:26:24 precision Exp $
$charset = 'big5';
$text['title'] = '系統資訊';
$text['vitals'] = '系統主要訊息';
$text['hostname'] = '主機名稱';
$text['ip'] = '主機對外 IP';
$text['kversion'] = '核心版本';
$text['uptime'] = '開機時間';
$text['users'] = '線上使用者';
$text['loadavg'] = '平均負載';
$text['hardware'] = '硬體資訊';
$text['numcpu'] = '處理器數量';
$text['cpumodel'] = 'Model';
$text['mhz'] = '晶片速度';
$text['cache'] = '快取大小';
$text['bogomips'] = '系統 Bogomips';
$text['pci'] = 'PCI 設備';
$text['ide'] = 'IDE 設備';
$text['scsi'] = 'SCSI 設備';
$text['netusage'] = '網路使用量';
$text['device'] = '網路設備';
$text['received'] = '接收';
$text['sent'] = '送出';
$text['errors'] = '錯誤/中斷';
$text['memusage'] = '記憶體使用量';
$text['phymem'] = '實體記憶體';
$text['swap'] = '虛擬記憶體(磁碟置換)';
$text['fs'] = '已掛載檔案系統';
$text['mount'] = '掛載路徑';
$text['partition'] = '分割磁區';
$text['percent'] = '使用量百分比';
$text['type'] = '型態';
$text['free'] = '剩餘空間';
$text['used'] = '已使用';
$text['size'] = '總容量';
$text['totals'] = '總使用量';
$text['kb'] = 'KB';
$text['mb'] = 'MB';
$text['gb'] = 'GB';
$text['none'] = '無';
$text['capacity'] = '容量';
$text['template'] = '範本';
$text['language'] = '語言';
$text['submit'] = '送出';
$text['created'] = '產生由';
$text['days'] = '天';
$text['hours'] = '小時';
$text['minutes'] = '分鐘';
?>