phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpsysinfo/includes/lang et.php, 1.3 es.php, 1.3 fi.p


From: skwashd
Subject: [Phpgroupware-cvs] phpsysinfo/includes/lang et.php, 1.3 es.php, 1.3 fi.php, 1.3 he.php, 1.3 fr.php, 1.3 en.php, 1.3 de.php, 1.3 br.php, 1.3 big5.php, 1.3 ca.php, 1.3 cs.php, 1.3 da.php, 1.3 ct.php, 1.3 hu.php, 1.3 id.php, 1.3 ro.php, 1.3 sk.php, 1.3 sv.php, 1.3 tw.php, 1.3 tr.php, 1.3 pl.php, 1.3 no.php, 1.3 it.php, 1.3 is.php, 1.3 lt.php, 1.3 nl.php, 1.3 eu.php, 1.3 se.php, 1.2 kr.php, 1.3
Date: Sat, 19 Nov 2005 06:29:00 +0100

Update of phpsysinfo/includes/lang

Modified Files:
     Branch: MAIN
            et.php lines: +24 -4
            es.php lines: +23 -2
            fi.php lines: +23 -2
            he.php lines: +23 -2
            fr.php lines: +44 -22
            en.php lines: +24 -3
            de.php lines: +32 -11
            br.php lines: +23 -3
            big5.php lines: +29 -7
            ca.php lines: +25 -4
            cs.php lines: +23 -2
            da.php lines: +24 -3
            ct.php lines: +23 -2
            hu.php lines: +26 -5
            id.php lines: +24 -3
            ro.php lines: +23 -2
            sk.php lines: +23 -2
            sv.php lines: +35 -13
            tw.php lines: +26 -5
            tr.php lines: +25 -8
            pl.php lines: +103 -81
            no.php lines: +38 -17
            it.php lines: +23 -2
            is.php lines: +39 -18
            lt.php lines: +68 -42
            nl.php lines: +106 -79
            eu.php lines: +23 -2
Removed Files:
     Branch: MAIN
            se.php
            kr.php

Log Message:
sync with current stable from upstream - version 2.4.1, added some fixes and 
improvements along the way

====================================================
Index: phpsysinfo/includes/lang/et.php
diff -u phpsysinfo/includes/lang/et.php:1.2 phpsysinfo/includes/lang/et.php:1.3
--- phpsysinfo/includes/lang/et.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/et.php     Sat Nov 19 05:29:55 2005
@@ -19,12 +19,13 @@
 //
 // $Id$

-$text['title']         = 'Süsteemi Informatsioon';
+$text['title']          = 'Süsteemi Informatsioon';

 $text['vitals']         = 'System Vital';
 $text['hostname']       = 'Kanooniline masinanimi';
 $text['ip']             = 'Vastav IP';
 $text['kversion']       = 'Kernel Versioon';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Masin elus juba';
 $text['users']          = 'Hetkel kasutajaid';
 $text['loadavg']        = 'Koormuse keskmised';
@@ -32,13 +33,15 @@
 $text['hardware']       = 'Riistvara Informatsioon';
 $text['numcpu']         = 'Protsessoreid';
 $text['cpumodel']       = 'Mudel';
-$text['mhz']            = 'Taktsagedus MHz';
+$text['cpuspeed']       = 'Taktsagedus MHz';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Vahemälu suurus';
 $text['bogomips']       = 'Süsteemi Bogomips';
+
 $text['pci']            = 'PCI Seadmed';
 $text['ide']            = 'IDE Seadmed';
 $text['scsi']           = 'SCSI Seadmed';
-$text['None']           = 'Puudub';
+$text['usb']            = 'USB Seadmed';

 $text['netusage']       = 'Võrguteenuse kasutamine';
 $text['device']         = 'Seade';
@@ -73,8 +76,25 @@
 $text['language']       = 'Keel';
 $text['submit']         = 'Kehtesta';
 $text['created']        = 'Looja: ';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'päeva';
 $text['hours']          = 'tundi';
 $text['minutes']        = 'minutit';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/es.php
diff -u phpsysinfo/includes/lang/es.php:1.2 phpsysinfo/includes/lang/es.php:1.3
--- phpsysinfo/includes/lang/es.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/es.php     Sat Nov 19 05:29:55 2005
@@ -25,6 +25,7 @@
 $text['hostname']       = 'Nombre Del Sistema';
 $text['ip']             = 'Dirección IP';
 $text['kversion']       = 'Versión Del Núcleo';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Uptime';
 $text['users']          = 'Usuarios Actuales';
 $text['loadavg']        = 'Promedio De Uso';
@@ -32,12 +33,15 @@
 $text['hardware']       = 'Información Del Hardware';
 $text['numcpu']         = 'Procesadores';
 $text['cpumodel']       = 'Modelo';
-$text['mhz']            = 'Frecuencia';
+$text['cpuspeed']       = 'Frecuencia';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Tamaño Del Caché';
 $text['bogomips']       = 'Bogomips';
+
 $text['pci']            = 'Dispositivos PCI';
 $text['ide']            = 'Dispositivos IDE';
 $text['scsi']           = 'Dispositivos SCSI';
+$text['usb']            = 'Dispositivos USB';

 $text['netusage']       = 'Utilización De La Red';
 $text['device']         = 'Dispositivo';
@@ -72,8 +76,25 @@
 $text['language']       = 'Idioma';
 $text['submit']         = 'Enviar';
 $text['created']        = 'Creado por';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'días';
 $text['hours']          = 'horas';
 $text['minutes']        = 'minutos';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/fi.php
diff -u phpsysinfo/includes/lang/fi.php:1.2 phpsysinfo/includes/lang/fi.php:1.3
--- phpsysinfo/includes/lang/fi.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/fi.php     Sat Nov 19 05:29:55 2005
@@ -27,6 +27,7 @@
 $text['hostname']       = 'Kanoninen nimi';
 $text['ip']             = 'Käytettävä IP';
 $text['kversion']       = 'Kernelin versio';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Toiminta-aika';
 $text['users']          = 'Käyttäjiä';
 $text['loadavg']        = 'Keskikuormat';
@@ -34,12 +35,15 @@
 $text['hardware']       = 'Laitteisto';
 $text['numcpu']         = 'Prosessoreita';
 $text['cpumodel']       = 'Malli';
-$text['mhz']            = 'Piirin MHz';
+$text['cpuspeed']       = 'Piirin MHz';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Välimuistin koko';
 $text['bogomips']       = 'Järjestelmän Bogomipsit';
+
 $text['pci']            = 'PCI Laitteet';
 $text['ide']            = 'IDE Laitteet';
 $text['scsi']           = 'SCSI Laitteet';
+$text['usb']            = 'USB Laitteet';

 $text['netusage']       = 'Verkon käyttö';
 $text['device']         = 'Laite';
@@ -74,8 +78,25 @@
 $text['language']       = 'Kieli';
 $text['submit']         = 'Valitse';
 $text['created']        = 'Luonut';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'päivää';
 $text['hours']          = 'tuntia';
 $text['minutes']        = 'minuuttia';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/he.php
diff -u phpsysinfo/includes/lang/he.php:1.2 phpsysinfo/includes/lang/he.php:1.3
--- phpsysinfo/includes/lang/he.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/he.php     Sat Nov 19 05:29:55 2005
@@ -26,6 +26,7 @@
 $text['hostname']       = 'ùí úçðä';
 $text['ip']             = 'ëúåáú IP';
 $text['kversion']       = 'âøñú ÷øðì';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'æîï ùäîòøëú ìîòìä';
 $text['users']          = 'îùúùéí ðåëçééí';
 $text['loadavg']        = 'îîåöò òåîñéí';
@@ -33,12 +34,15 @@
 $text['hardware']       = 'îéãò çåîøä';
 $text['numcpu']         = 'îòáãéí';
 $text['cpumodel']       = 'ñåâ';
-$text['mhz']            = 'îäéøåú áMHz';
+$text['cpuspeed']       = 'îäéøåú áMHz';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'âåãì æëøåï îèîåï';
 $text['bogomips']       = 'îäéøåú ábogomips';
+
 $text['pci']            = 'äú÷ðé PCI';
 $text['ide']            = 'äú÷ðé IDE';
 $text['scsi']           = 'äú÷ðé SCSI';
+$text['usb']            = 'äú÷ðé USB';

 $text['netusage']       = 'øùú';
 $text['device']         = 'äú÷ï';
@@ -75,8 +79,25 @@
 $text['language']       = 'ùôä';
 $text['submit']         = 'äâù';
 $text['created']        = 'ðåöø ò"é';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'éîéí';
 $text['hours']          = 'ùòåú';
 $text['minutes']        = 'ã÷åú';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/fr.php
diff -u phpsysinfo/includes/lang/fr.php:1.2 phpsysinfo/includes/lang/fr.php:1.3
--- phpsysinfo/includes/lang/fr.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/fr.php     Sat Nov 19 05:29:55 2005
@@ -19,44 +19,50 @@
 //
 // $Id$

-$text['title']             = 'Information Système ';
+$text['locale']         = 'fr_FR';

-$text['vitals']         = 'Système';
-$text['hostname']       = 'Nom d\'hôte cannonique';
+$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['dversion']       = 'Distribution';
 $text['uptime']         = 'Uptime';
 $text['users']          = 'Utilisateurs';
-$text['loadavg']        = 'Charge système';
+$text['loadavg']        = 'Charge système';

-$text['hardware']       = 'Information Matériel';
+$text['hardware']       = 'Information Matériel';
 $text['numcpu']         = 'Processeurs';
-$text['cpumodel']       = 'Modèle';
-$text['mhz']            = 'Fréquence';
+$text['cpumodel']       = 'Modèle';
+$text['cpuspeed']       = 'Fréquence';
+$text['busspeed']       = 'BUS Speed';
 $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['pci']            = 'Périph. PCI';
+$text['ide']            = 'Périph. IDE';
+$text['scsi']           = 'Périph. SCSI';
+$text['usb']            = 'Périph. USB';
+
+$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['memusage']       = 'Utilisation mémoire';
+$text['phymem']         = 'Mémoire Physique';
 $text['swap']           = 'Swap disque';

-$text['fs']             = 'Systèmes de fichiers montés';
+$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['used']           = 'Utilisé';
 $text['size']           = 'Taille';
 $text['totals']         = 'Totaux';

@@ -66,14 +72,30 @@

 $text['none']           = 'aucun';

-$text['capacity']       = 'Capacité';
+$text['capacity']       = 'Capacité';

-$text['template']       = 'Modèle ';
+$text['template']       = 'Modèle ';
 $text['language']       = 'Langue ';
 $text['submit']         = 'Valider';
-$text['created']        = 'Créé par';
+$text['created']        = 'Créé par';
+$text['gen_time']       = 'le %e/%m/%Y à %R';

 $text['days']           = 'jours';
 $text['hours']          = 'heures';
 $text['minutes']        = 'minutes';
+
+$text['temperature']    = 'Température';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Ventilateurs';
+$text['s_value']        = 'Valeur';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limite';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/en.php
diff -u phpsysinfo/includes/lang/en.php:1.2 phpsysinfo/includes/lang/en.php:1.3
--- phpsysinfo/includes/lang/en.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/en.php     Sat Nov 19 05:29:55 2005
@@ -25,6 +25,7 @@
 $text['hostname']       = 'Canonical Hostname';
 $text['ip']             = 'Listening IP';
 $text['kversion']       = 'Kernel Version';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Uptime';
 $text['users']          = 'Current Users';
 $text['loadavg']        = 'Load Averages';
@@ -32,12 +33,15 @@
 $text['hardware']       = 'Hardware Information';
 $text['numcpu']         = 'Processors';
 $text['cpumodel']       = 'Model';
-$text['mhz']            = 'Chip MHz';
+$text['cpuspeed']       = 'CPU Speed';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Cache Size';
 $text['bogomips']       = 'System Bogomips';
+
 $text['pci']            = 'PCI Devices';
 $text['ide']            = 'IDE Devices';
 $text['scsi']           = 'SCSI Devices';
+$text['usb']            = 'USB Devices';

 $text['netusage']       = 'Network Usage';
 $text['device']         = 'Device';
@@ -45,7 +49,7 @@
 $text['sent']           = 'Sent';
 $text['errors']         = 'Err/Drop';

-$text['connections']   = 'Established Network Connections';
+$text['connections']    = 'Established Network Connections';

 $text['memusage']       = 'Memory Usage';
 $text['phymem']         = 'Physical Memory';
@@ -74,8 +78,25 @@
 $text['language']       = 'Language';
 $text['submit']         = 'Submit';
 $text['created']        = 'Created by';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'days';
 $text['hours']          = 'hours';
 $text['minutes']        = 'minutes';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/de.php
diff -u phpsysinfo/includes/lang/de.php:1.2 phpsysinfo/includes/lang/de.php:1.3
--- phpsysinfo/includes/lang/de.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/de.php     Sat Nov 19 05:29:55 2005
@@ -21,10 +21,11 @@

 $text['title']          = 'System Information';

-$text['vitals']         = 'System Vitalität';
+$text['vitals']         = 'System Übersicht';
 $text['hostname']       = 'Zugewiesener Hostname';
 $text['ip']             = 'Überwachte IP';
 $text['kversion']       = 'Kernel Version';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Betriebszeit';
 $text['users']          = 'Eingeloggte Benutzer';
 $text['loadavg']        = 'Auslastung';
@@ -32,24 +33,27 @@
 $text['hardware']       = 'Hardware Übersicht';
 $text['numcpu']         = 'Prozessoren';
 $text['cpumodel']       = 'Modell';
-$text['mhz']            = 'Chip MHz';
+$text['cpuspeed']       = 'Taktfrequenz';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Cachegröße';
 $text['bogomips']       = 'System Bogomips';
+
 $text['pci']            = 'PCI Geräte';
 $text['ide']            = 'IDE Geräte';
 $text['scsi']           = 'SCSI Geräte';
+$text['usb']            = 'USB Geräte';

-$text['netusage']       = 'Netzwerk Auslastung';
+$text['netusage']       = 'Netzwerk-Auslastung';
 $text['device']         = 'Schnittstelle';
 $text['received']       = 'Empfangen';
 $text['sent']           = 'Gesendet';
-$text['errors']         = 'Err/Drop';
+$text['errors']         = 'Fehler/Verworfen';

-$text['memusage']       = 'Speicher Auslastung';
+$text['memusage']       = 'Speicher-Auslastung';
 $text['phymem']         = 'Physikalischer Speicher';
-$text['swap']           = 'Auslagerungsdatei auf Disk';
+$text['swap']           = 'Auslagerungsdatei';

-$text['fs']             = 'Gemountete Filesysteme';
+$text['fs']             = 'Angemeldete Filesysteme';
 $text['mount']          = 'Mount';
 $text['partition']      = 'Partition';

@@ -60,9 +64,9 @@
 $text['size']           = 'Größe';
 $text['totals']         = 'Insgesamt';

-$text['kb']             = 'KB';
-$text['mb']             = 'MB';
-$text['gb']             = 'GB';
+$text['kb']             = 'KiB';
+$text['mb']             = 'MiB';
+$text['gb']             = 'GiB';

 $text['none']           = 'keine';

@@ -72,8 +76,25 @@
 $text['language']       = 'Sprache';
 $text['submit']         = 'Ändern';
 $text['created']        = 'Erstellt von';
+$text['locale']         = 'de_DE';
+$text['gen_time']       = 'am %d.%b %Y um %R';

 $text['days']           = 'Tage';
 $text['hours']          = 'Stunden';
 $text['minutes']        = 'Minuten';
+
+$text['temperature']    = 'Temperatur';
+$text['voltage']        = 'Spannungen';
+$text['fans']           = 'Lüfter';
+$text['s_value']        = 'Wert';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Grenzwert';
+$text['s_label']        = 'Bezeichnung';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/br.php
diff -u phpsysinfo/includes/lang/br.php:1.2 phpsysinfo/includes/lang/br.php:1.3
--- phpsysinfo/includes/lang/br.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/br.php     Sat Nov 19 05:29:55 2005
@@ -19,13 +19,14 @@
 //
 // $Id$
 // 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['dversion']       = 'Distro Name';
 $text['uptime']         = 'Uptime';
 $text['users']          = 'Usuários Conectados';
 $text['loadavg']        = 'Carga do Sistema';
@@ -33,12 +34,15 @@
 $text['hardware']       = 'Informações do Hardware';
 $text['numcpu']         = 'Processadores';
 $text['cpumodel']       = 'Modelo';
-$text['mhz']            = 'MHz';
+$text['cpuspeed']       = 'CPU Speed';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Tamanho Cache';
 $text['bogomips']       = 'Bogomips';
+
 $text['pci']            = 'Dispositivos PCI';
 $text['ide']            = 'Dispositivos IDE';
 $text['scsi']           = 'Dispositivos SCSI';
+$text['usb']            = 'Dispositivos USB';

 $text['netusage']       = 'Utilização da Rede';
 $text['device']         = 'Dispositivo';
@@ -73,8 +77,24 @@
 $text['language']       = 'Língua';
 $text['submit']         = 'Enviar';
 $text['created']        = 'Criado por';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'dias';
 $text['hours']          = 'horas';
 $text['minutes']        = 'minutos';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
 ?>

====================================================
Index: phpsysinfo/includes/lang/big5.php
diff -u phpsysinfo/includes/lang/big5.php:1.2 
phpsysinfo/includes/lang/big5.php:1.3
--- phpsysinfo/includes/lang/big5.php:1.2       Sun May 15 12:46:44 2005
+++ phpsysinfo/includes/lang/big5.php   Sat Nov 19 05:29:55 2005
@@ -18,13 +18,15 @@
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 //
 // $Id$
+//
 $charset                = 'big5';
 $text['title']          = '¨t²Î¸ê°T';

 $text['vitals']         = '¨t²Î¸ê·½';
 $text['hostname']       = '¥D¾÷¦WºÙ';
-$text['ip']             = 'Listening IP';
+$text['ip']             = '¥D¾÷¹ï¥~ IP';
 $text['kversion']       = '®Ö¤ßª©¥»';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = '¤w¶}¾÷®É¶¡';
 $text['users']          = 'µn¤J¤H¼Æ';
 $text['loadavg']        = '¨t²Î­t¸ü';
@@ -32,12 +34,15 @@
 $text['hardware']       = 'µwÅé¸ê·½';
 $text['numcpu']         = '¹Bºâ¤¸';
 $text['cpumodel']       = 'CPU«¬¸¹';
-$text['mhz']            = 'address@hidden';
+$text['cpuspeed']       = 'address@hidden';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = '§Ö¨ú¤j¤p';
 $text['bogomips']       = 'ÅÞ¿è¹Bºâ¤¸';
+
 $text['pci']            = 'PCI ¤¶­±';
 $text['ide']            = 'IDE ¤¶­±';
 $text['scsi']           = 'SCSI ¤¶­±';
+$text['usb']            = 'USB ¤¶­±';

 $text['netusage']       = 'ºô¸ô«Ê¥]';
 $text['device']         = '¤¶­±';
@@ -45,11 +50,11 @@
 $text['sent']           = '¶Ç°e';
 $text['errors']         = '¿ù»~/¿ò¥¢';

-$text['connections']   = 'Established Network Connections';
+$text['connections']    = 'Established Network Connections';

 $text['memusage']       = '°O¾ÐÅé¸ê·½';
 $text['phymem']         = '¹êÅé°O¾ÐÅé';
-$text['swap']           = 'µêÀÀ°O¾ÐÅé';
+$text['swap']           = 'µêÀÀ°O¾ÐÅé(ºÏºÐ¸m´«)';

 $text['fs']             = '¤w±¾¤JªºÀɮרt²Î';
 $text['mount']          = '±¾¤J';
@@ -68,14 +73,31 @@

 $text['none']           = 'µL';

-$text['capacity']       = 'Capacity';
+$text['capacity']       = '®e¶q';

 $text['template']       = '¼Ë¦¡';
 $text['language']       = '»y¨¥';
 $text['submit']         = '½T©w';
-$text['created']        = 'Created by';
+$text['created']        = '²£¥Í¥Ñ';
+$text['locale']         = 'zh_TW.Big5';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = '¤Ñ';
 $text['hours']          = '¤p®É';
 $text['minutes']        = '¤ÀÄÁ';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/ca.php
diff -u phpsysinfo/includes/lang/ca.php:1.2 phpsysinfo/includes/lang/ca.php:1.3
--- phpsysinfo/includes/lang/ca.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/ca.php     Sat Nov 19 05:29:55 2005
@@ -18,16 +18,17 @@
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 //
 // $Id$
-
+//
 // Traductor: Miquel Guillamet Montalat
 // E-mail: address@hidden Web: http://gitx.dhs.org
-
+//
 $text['title']       = 'Informació del Sistema';

 $text['vitals']      = 'Vital';
 $text['hostname']    = 'Nom del Sistema';
 $text['ip']          = 'Direcció IP';
 $text['kversion']    = 'Versió del Kernel';
+$text['dversion']       = 'Distro Name';
 $text['uptime']      = 'Uptime';
 $text['users']       = 'Usuaris actuals';
 $text['loadavg']     = 'Carrega del Servidor';
@@ -35,12 +36,15 @@
 $text['hardware']    = 'Informació del Hardware';
 $text['numcpu']      = 'Processadors';
 $text['cpumodel']    = 'Model';
-$text['mhz']         = 'Frequència en MHz';
+$text['cpuspeed']    = 'Frequència en MHz';
+$text['busspeed']    = 'BUS Speed';
 $text['cache']       = 'RAM';
 $text['bogomips']    = 'Bogomips';
+
 $text['pci']         = 'Dispositius PCI';
 $text['ide']         = 'Dispositius IDE';
 $text['scsi']        = 'Dispositius SCSI';
+$text['usb']         = 'Dispisitius USB';

 $text['netusage']    = 'Utilització de la XARXA';
 $text['device']      = 'Dispositiu';
@@ -75,8 +79,25 @@
 $text['language']    = 'Llenguatge';
 $text['submit']      = 'Enviar';
 $text['created']     = 'Creat per';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']        = 'dies';
 $text['hours']       = 'hores';
 $text['minutes']     = 'minuts';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/cs.php
diff -u phpsysinfo/includes/lang/cs.php:1.2 phpsysinfo/includes/lang/cs.php:1.3
--- phpsysinfo/includes/lang/cs.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/cs.php     Sat Nov 19 05:29:55 2005
@@ -27,6 +27,7 @@
 $text['hostname']       = 'Jméno poèítaèe';
 $text['ip']             = 'IP adresa';
 $text['kversion']       = 'Verze jádra';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Uptime';
 $text['users']          = 'Pøihlá¹ených u¾ivatelù';
 $text['loadavg']        = 'Prùmìrná zátì¾';
@@ -34,12 +35,15 @@
 $text['hardware']       = 'Hardwarové informace';
 $text['numcpu']         = 'Procesory';
 $text['cpumodel']       = 'Model';
-$text['mhz']            = 'Frekvence';
+$text['cpuspeed']       = 'Frekvence';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Velikost cache';
 $text['bogomips']       = 'Bogomipsy';
+
 $text['pci']            = 'PCI zaøízení';
 $text['ide']            = 'IDE zaøízení';
 $text['scsi']           = 'SCSI zaøízení';
+$text['usb']            = 'USB zaøízení';

 $text['netusage']       = 'Pou¾ívání sítì';
 $text['device']         = 'Zaøízení';
@@ -74,8 +78,25 @@
 $text['language']       = 'Jazyk';
 $text['submit']         = 'Odeslat';
 $text['created']        = 'Vytvoøeno pomocí';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'dnù';
 $text['hours']          = 'hodin';
 $text['minutes']        = 'minut';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/da.php
diff -u phpsysinfo/includes/lang/da.php:1.2 phpsysinfo/includes/lang/da.php:1.3
--- phpsysinfo/includes/lang/da.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/da.php     Sat Nov 19 05:29:55 2005
@@ -24,9 +24,10 @@
 $text['title']          = 'Systeminformation';

 $text['vitals']         = 'Systemenheder';
-$text['hostname']       = 'Kanonisk værtsnavn';
+$text['hostname']       = 'Konisk værtsnavn';
 $text['ip']             = 'IP-adresse, der lyttes på';
 $text['kversion']       = 'Kerne-version';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Oppetid';
 $text['users']          = 'Antal brugere logget ind lige nu';
 $text['loadavg']        = 'Ressourceforbrug - gennemsnit';
@@ -34,12 +35,15 @@
 $text['hardware']       = 'Hardwareinformation';
 $text['numcpu']         = 'Processorer';
 $text['cpumodel']       = 'Model';
-$text['mhz']            = 'MHz';
+$text['cpuspeed']       = 'CPU Speed';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Cachestørrelse';
 $text['bogomips']       = 'Bogomips';
+
 $text['pci']            = 'PCI-enheder';
 $text['ide']            = 'IDE-enheder';
 $text['scsi']           = 'SCSI-enheder';
+$text['usb']            = 'USB-enheder';

 $text['netusage']       = 'Netværkstrafik';
 $text['device']         = 'Enhed';
@@ -74,8 +78,25 @@
 $text['language']       = 'Sprog';
 $text['submit']         = 'Okay';
 $text['created']        = 'Lavet af';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'dage';
 $text['hours']          = 'timer';
 $text['minutes']        = 'minutter';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/ct.php
diff -u phpsysinfo/includes/lang/ct.php:1.2 phpsysinfo/includes/lang/ct.php:1.3
--- phpsysinfo/includes/lang/ct.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/ct.php     Sat Nov 19 05:29:55 2005
@@ -25,6 +25,7 @@
 $text['hostname']       = 'Nom Canònic';
 $text['ip']             = 'Adreça IP';
 $text['kversion']       = 'Versió del Kernel';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Temps Aixecat';
 $text['users']          = 'Usuaris Actuals';
 $text['loadavg']        = 'Càrrega Promitg';
@@ -32,12 +33,15 @@
 $text['hardware']       = 'Informació del Maquinari';
 $text['numcpu']         = 'Processadors';
 $text['cpumodel']       = 'Model';
-$text['mhz']            = 'Xip MHz';
+$text['cpuspeed']       = 'Xip MHz';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Tamany Memòria Cau';
 $text['bogomips']       = 'Bogomips';
+
 $text['pci']            = 'Dispositius PCI';
 $text['ide']            = 'Dispositius IDE';
 $text['scsi']           = 'Dispositius SCSI';
+$text['usb']            = 'Dispositius USB';

 $text['netusage']       = 'Ús de la Xarxa';
 $text['device']         = 'Dispositiu';
@@ -71,8 +75,25 @@
 $text['language']       = 'Llengüa';
 $text['submit']         = 'Enviar';
 $text['created']        = 'Creat per';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'dies';
 $text['hours']          = 'hores';
 $text['minutes']        = 'minuts';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/hu.php
diff -u phpsysinfo/includes/lang/hu.php:1.2 phpsysinfo/includes/lang/hu.php:1.3
--- phpsysinfo/includes/lang/hu.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/hu.php     Sat Nov 19 05:29:55 2005
@@ -19,7 +19,7 @@
 // Translated by Zsozso - address@hidden
 // $Id$

-$charset          = 'iso-8859-2';
+$charset                = 'iso-8859-2';

 $text['title']          = 'Rendszer Információ';

@@ -27,6 +27,7 @@
 $text['hostname']       = 'Hostnév';
 $text['ip']             = 'Figyelt IP';
 $text['kversion']       = 'Kernel Verzió';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Uptime';
 $text['users']          = 'Pillanatnyi felhasználók';
 $text['loadavg']        = 'Terhelési Átlag';
@@ -34,20 +35,23 @@
 $text['hardware']       = 'Hardware Információ';
 $text['numcpu']         = 'Processzor';
 $text['cpumodel']       = 'Modell';
-$text['mhz']            = 'Chip MHz';
+$text['cpuspeed']       = 'Chip MHz';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Cache Méret';
 $text['bogomips']       = 'Rendszer Bogomips';
+
 $text['pci']            = 'PCI Eszközök';
 $text['ide']            = 'IDE Eszközök';
 $text['scsi']           = 'SCSI Eszközök';
+$text['usb']            = 'USB Eszközök';

 $text['netusage']       = 'Háló Használat';
 $text['device']         = 'Eszköz';
 $text['received']       = 'Fogadott';
 $text['sent']           = 'Küldött';
-$text['hibák']         = 'Err/Drop';
+$text['hibák']          = 'Err/Drop';

-$text['connections']   = 'Létesített Hálózati Kapcsolatok';
+$text['connections']    = 'Létesített Hálózati Kapcsolatok';

 $text['memusage']       = 'Memória Használat';
 $text['phymem']         = 'Fizikai Memória';
@@ -76,8 +80,25 @@
 $text['language']       = 'Nyelv';
 $text['submit']         = 'Mehet';
 $text['created']        = 'Készült:';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'nap';
 $text['hours']          = 'óra';
 $text['minutes']        = 'perc';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = 'ºC';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/id.php
diff -u phpsysinfo/includes/lang/id.php:1.2 phpsysinfo/includes/lang/id.php:1.3
--- phpsysinfo/includes/lang/id.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/id.php     Sat Nov 19 05:29:55 2005
@@ -17,7 +17,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 //
-// $Id: id.php,v 1.2 2001/12/24
+// $Id$
 // Translated by: Firman Pribadi <http://ragiel.dhs.org>

 $text['title']          = 'Informasi Sistem';
@@ -26,6 +26,7 @@
 $text['hostname']       = 'Hostname Resmi';
 $text['ip']             = 'IP Penerima';
 $text['kversion']       = 'Versi Kernel';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Aktif Selama';
 $text['users']          = 'Pengguna Saat Ini';
 $text['loadavg']        = 'Beban Rata-rata';
@@ -33,12 +34,15 @@
 $text['hardware']       = 'Informasi Perangkat Keras';
 $text['numcpu']         = 'Prosesor';
 $text['cpumodel']       = 'Model';
-$text['mhz']            = 'Chipset (MHz)';
+$text['cpuspeed']       = 'CPU Speed';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Ukuran Cache';
 $text['bogomips']       = 'Sistem Bogomips';
+
 $text['pci']            = 'Perangkat PCI';
 $text['ide']            = 'Perangkat IDE';
 $text['scsi']           = 'Perangkat SCSI';
+$text['usb']            = 'Perangkat USB';

 $text['netusage']       = 'Status Penggunaan Jaringan';
 $text['device']         = 'Perangkat';
@@ -46,7 +50,7 @@
 $text['sent']           = 'Dikirim';
 $text['errors']         = 'Rusak/Drop';

-$text['connections']   = 'Koneksi Jaringan Aktif';
+$text['connections']    = 'Koneksi Jaringan Aktif';

 $text['memusage']       = 'Status Penggunaan Memori';
 $text['phymem']         = 'Memori Fisik';
@@ -75,8 +79,25 @@
 $text['language']       = 'Bahasa';
 $text['submit']         = 'Gunakan';
 $text['created']        = 'Dibangun menggunakan';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'hari';
 $text['hours']          = 'jam';
 $text['minutes']        = 'menit';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/ro.php
diff -u phpsysinfo/includes/lang/ro.php:1.2 phpsysinfo/includes/lang/ro.php:1.3
--- phpsysinfo/includes/lang/ro.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/ro.php     Sat Nov 19 05:29:55 2005
@@ -26,6 +26,7 @@
 $text['hostname']       = 'Numele canonic';
 $text['ip']             = 'Adresa IP';
 $text['kversion']       = 'Versiune nucleu';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Timp de viata';
 $text['users']          = 'Utilizatori curenti';
 $text['loadavg']        = 'Incarcarea sistemului';
@@ -33,12 +34,15 @@
 $text['hardware']       = 'Informatii hardware';
 $text['numcpu']         = 'Procesoare';
 $text['cpumodel']       = 'Model';
-$text['mhz']            = 'Chip MHz';
+$text['cpuspeed']       = 'CPU Speed';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Marime Cache';
 $text['bogomips']       = 'Bogomips';
+
 $text['pci']            = 'Dispozitive PCI';
 $text['ide']            = 'Dispozitive IDE';
 $text['scsi']           = 'Dispozitive SCSI';
+$text['usb']            = 'Dispozitive USB';

 $text['netusage']       = 'Utilizarea retelei';
 $text['device']         = 'Dispozitiv';
@@ -67,14 +71,31 @@

 $text['none']           = 'nici unul';

-$text['capacity']       = 'Capacitate';
+$text['capacity']       = 'Capacitate';

 $text['template']       = 'Model';
 $text['language']       = 'Limba';
 $text['submit']         = 'Actualizeaza';
 $text['created']        = 'Creat de';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'zile';
 $text['hours']          = 'ore';
 $text['minutes']        = 'minute';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/sk.php
diff -u phpsysinfo/includes/lang/sk.php:1.2 phpsysinfo/includes/lang/sk.php:1.3
--- phpsysinfo/includes/lang/sk.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/sk.php     Sat Nov 19 05:29:55 2005
@@ -27,6 +27,7 @@
 $text['hostname']       = 'Meno poèítaèa';
 $text['ip']             = 'IP adresa';
 $text['kversion']       = 'Verzia jadra';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Uptime';
 $text['users']          = 'Prihlásených u¾ívateåov';
 $text['loadavg']        = 'Priemer loadu';
@@ -34,12 +35,15 @@
 $text['hardware']       = 'Hardwarové informácie';
 $text['numcpu']         = 'Procesory';
 $text['cpumodel']       = 'Model';
-$text['mhz']            = 'Frekvencia';
+$text['cpuspeed']       = 'Frekvencia';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Veåkos» cache';
 $text['bogomips']       = 'Bogomipsov';
+
 $text['pci']            = 'PCI zariadenia';
 $text['ide']            = 'IDE zariadenia';
 $text['scsi']           = 'SCSI zariadenia';
+$text['usb']            = 'USB zariadenia';

 $text['netusage']       = 'Pou¾ívanie siete';
 $text['device']         = 'Zariadenia';
@@ -74,8 +78,25 @@
 $text['language']       = 'Jazyk';
 $text['submit']         = 'Odosla»';
 $text['created']        = 'Vytvorené pomocou';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'dní';
 $text['hours']          = 'hodín';
 $text['minutes']        = 'minút';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/sv.php
diff -u phpsysinfo/includes/lang/sv.php:1.2 phpsysinfo/includes/lang/sv.php:1.3
--- phpsysinfo/includes/lang/sv.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/sv.php     Sat Nov 19 05:29:55 2005
@@ -20,26 +20,31 @@
 // $Id$
 //
 // translation by shockzor
+// updated/edited by jetthe

 $text['title']          = 'Systeminformation';

-$text['vitals']         = 'Elementa';
+$text['vitals']         = 'Allmän information';
 $text['hostname']       = 'Värdnamn';
-$text['ip']             = 'IPaddress';
-$text['kversion']       = 'Kernelversion';
+$text['ip']             = 'IP-adress';
+$text['kversion']       = 'Kernel-version';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Drifttid';
-$text['users']          = 'Antal användare';
-$text['loadavg']        = 'Snittbelastning';
+$text['users']          = 'Aktuella användare';
+$text['loadavg']        = 'Medelbelastning';

 $text['hardware']       = 'Hårdvaruinformation';
 $text['numcpu']         = 'Processorer';
 $text['cpumodel']       = 'Modell';
-$text['mhz']            = 'Klockfrekvens';
+$text['cpuspeed']       = 'Klockfrekvens';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Cachestorlek';
 $text['bogomips']       = 'Bogomips';
+
 $text['pci']            = 'PCI-enheter';
 $text['ide']            = 'IDE-enheter';
 $text['scsi']           = 'SCSI-enheter';
+$text['usb']            = 'USB-enheter';

 $text['netusage']       = 'Nätverksanvändning';
 $text['device']         = 'Enheter';
@@ -52,30 +57,47 @@
 $text['swap']           = 'Växlingsminne';

 $text['fs']             = 'Monterade filsystem';
-$text['mount']          = 'Montera';
+$text['mount']          = 'Monteringspunkt';
 $text['partition']      = 'Partition';

 $text['percent']        = 'Kapacitetsutnyttjande';
 $text['type']           = 'Typ';
-$text['free']           = 'Fritt';
+$text['free']           = 'Ledigt';
 $text['used']           = 'Använt';
 $text['size']           = 'Storlek';
 $text['totals']         = 'Totalt';

-$text['kb']             = 'KB';
+$text['kb']             = 'kB';
 $text['mb']             = 'MB';
 $text['gb']             = 'GB';

-$text['none']           = 'inget';
+$text['none']           = 'inga';

 $text['capacity']       = 'Kapacitet';

-$text['template']       = 'Förlaga';
+$text['template']       = 'Mall';
 $text['language']       = 'Språk';
 $text['submit']         = 'Skicka';

 $text['days']           = 'dagar';
 $text['hours']          = 'timmar';
 $text['minutes']        = 'minuter';
-$text['created']        = 'Från';
+$text['created']        = 'Skapat av';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/tw.php
diff -u phpsysinfo/includes/lang/tw.php:1.2 phpsysinfo/includes/lang/tw.php:1.3
--- phpsysinfo/includes/lang/tw.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/tw.php     Sat Nov 19 05:29:55 2005
@@ -19,7 +19,7 @@
 //
 // $Id$

-$charset               = 'big5';
+$charset                = 'big5';

 $text['title']          = '¨t²Î¸ê°T';

@@ -27,19 +27,23 @@
 $text['hostname']       = '¥D¾÷¦WºÙ';
 $text['ip']             = '¥D¾÷¹ï¥~ IP';
 $text['kversion']       = '®Ö¤ßª©¥»';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = '¶}¾÷®É¶¡';
 $text['users']          = '½u¤W¨Ï¥ÎªÌ';
 $text['loadavg']        = '¥­§¡­t¸ü';

 $text['hardware']       = 'µwÅé¸ê°T';
 $text['numcpu']         = '³B²z¾¹¼Æ¶q';
-$text['cpumodel']       = 'Model';
-$text['mhz']            = '´¹¤ù³t«×';
+$text['cpumodel']       = 'CPU«¬¸¹';
+$text['cpuspeed']       = '´¹¤ù³t«×';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = '§Ö¨ú¤j¤p';
 $text['bogomips']       = '¨t²Î Bogomips';
+
 $text['pci']            = 'PCI ³]³Æ';
 $text['ide']            = 'IDE ³]³Æ';
 $text['scsi']           = 'SCSI ³]³Æ';
+$text['usb']            = 'USB ³]³Æ';

 $text['netusage']       = 'ºô¸ô¨Ï¥Î¶q';
 $text['device']         = 'ºô¸ô³]³Æ';
@@ -68,14 +72,31 @@

 $text['none']           = 'µL';

-$text['capacity']       = '®e¶q';
+$text['capacity']       = '®e¶q';

 $text['template']       = '½d¥»';
 $text['language']       = '»y¨¥';
 $text['submit']         = '°e¥X';
 $text['created']        = '²£¥Í¥Ñ';
+$text['locale']         = 'zh_TW.Big5';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = '¤Ñ';
 $text['hours']          = '¤p®É';
 $text['minutes']        = '¤ÀÄÁ';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/tr.php
diff -u phpsysinfo/includes/lang/tr.php:1.2 phpsysinfo/includes/lang/tr.php:1.3
--- phpsysinfo/includes/lang/tr.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/tr.php     Sat Nov 19 05:29:55 2005
@@ -25,6 +25,7 @@
 $text['hostname']       = 'Cannonical Host Adresi';
 $text['ip']             = 'IP Adresi';
 $text['kversion']       = 'Kernel Versiyonu';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Açýk Kaldýðý Süre';
 $text['users']          = 'Þu Andaki Kullanýcýlar';
 $text['loadavg']        = 'Yükleme Ortalamasý';
@@ -32,12 +33,15 @@
 $text['hardware']       = 'Hardware Bilgisi';
 $text['numcpu']         = 'CPU Sayýsý';
 $text['cpumodel']       = 'Model';
-$text['mhz']            = 'CPU Hýzý( Mhz)';
+$text['cpuspeed']       = 'CPU Hýzý( Mhz)';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Cache Büyüklüðü';
 $text['bogomips']       = 'Sistem Bogomips';
+
 $text['pci']            = 'PCI Araçlar';
 $text['ide']            = 'IDE Araçlar';
 $text['scsi']           = 'SCSI Araçlar';
+$text['usb']            = 'USB Araçlar';

 $text['netusage']       = 'Network Kullanýmý';
 $text['device']         = 'Arayüz';
@@ -45,7 +49,7 @@
 $text['sent']           = 'Gönderilen';
 $text['errors']         = 'Hata/Düþürülen';

-$text['connections']   = 'Kurulmuþ Network Baðlantýlarý';
+$text['connections']    = 'Kurulmuþ Network Baðlantýlarý';

 $text['memusage']       = 'Hafýza Kullanýmý';
 $text['phymem']         = 'Fiziksel Hafýza';
@@ -68,18 +72,31 @@

 $text['none']           = 'Hiçbiri';

-$text['capacity']       = 'Kapasite';
+$text['capacity']       = 'Kapasite';

 $text['template']       = 'Arayüz';
 $text['language']       = 'Dil';
 $text['submit']         = 'Gönder';
 $text['created']        = 'Yaratan';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'gün';
 $text['hours']          = 'saat';
 $text['minutes']        = 'dakika';
-?>
-
-
-
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';

+?>

====================================================
Index: phpsysinfo/includes/lang/pl.php
diff -u phpsysinfo/includes/lang/pl.php:1.2 phpsysinfo/includes/lang/pl.php:1.3
--- phpsysinfo/includes/lang/pl.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/pl.php     Sat Nov 19 05:29:55 2005
@@ -1,81 +1,103 @@
-<?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$
-
-$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';
-?>
+<?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$
+
+$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['dversion']       = 'Distro Name';
+$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['cpuspeed']       = 'Cz&#281;stotliwo&#347;&#263;';
+$text['busspeed']       = 'BUS Speed';
+$text['cache']          = 'Cache Size';
+$text['bogomips']       = 'System Bogomips';
+
+$text['pci']            = 'Urz±dzenia PCI';
+$text['ide']            = 'Urz±dzenia IDE';
+$text['scsi']           = 'Urz±dzenia SCSI';
+$text['usb']            = 'Urz±dzenia USB';
+
+$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['locale']         = 'pl_PL';
+$text['gen_time']       = " %e %b %Y o godzinie %T";
+
+$text['days']           = 'dni';
+$text['hours']          = 'godzin';
+$text['minutes']        = 'minut';
+
+$text['sensors']        = 'Czujniki (lm_sensors)';
+$text['temperature']    = 'Temperatura';
+$text['voltage']        = 'Napiêcia';
+$text['fans']           = 'Wiatraczki';
+$text['s_value']        = 'Warto¶æ';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hystereza';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Nazwa';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
+?>

====================================================
Index: phpsysinfo/includes/lang/no.php
diff -u phpsysinfo/includes/lang/no.php:1.2 phpsysinfo/includes/lang/no.php:1.3
--- phpsysinfo/includes/lang/no.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/no.php     Sat Nov 19 05:29:55 2005
@@ -19,33 +19,37 @@
 //
 // $Id$

-$text['title']          = 'System Informasjon';
+$text['title']          = 'Systeminformasjon';

 $text['vitals']         = 'Vital Informasjon';
 $text['hostname']       = 'Egentlige Tjenernavn';
-$text['ip']             = 'IP Adresse';
+$text['ip']             = 'IP-Adresse';
 $text['kversion']       = 'Kernel Versjon';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Oppetid';
 $text['users']          = 'Antall Brukere';
 $text['loadavg']        = 'Gj.Snitt Belastning';

-$text['hardware']       = 'Hardware Informasjon';
+$text['hardware']       = 'Maskinvareinformasjon';
 $text['numcpu']         = 'Prosessorer';
 $text['cpumodel']       = 'Modell';
-$text['mhz']            = 'Brikke MHz';
+$text['cpuspeed']       = 'Brikke MHz';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Cache St&oslash;rrelse';
 $text['bogomips']       = 'System Bogomips';
+
 $text['pci']            = 'PCI Enheter';
 $text['ide']            = 'IDE Enheter';
 $text['scsi']           = 'SCSI Enheter';
+$text['usb']            = 'USB Enheter';

-$text['netusage']       = 'Nettverk Bruk';
+$text['netusage']       = 'Nettverksbruk';
 $text['device']         = 'Enhet';
 $text['received']       = 'Mottatt';
 $text['sent']           = 'Sendt';
 $text['errors']         = 'Feil/Dropp';

-$text['memusage']       = 'Minne Bruk';
+$text['memusage']       = 'Minnebruk';
 $text['phymem']         = 'Fysisk Minne';
 $text['swap']           = 'Disk Swap';

@@ -53,7 +57,7 @@
 $text['mount']          = 'Punkt';
 $text['partition']      = 'Partisjon';

-$text['percent']        = 'Kapasitet Prosent';
+$text['percent']        = 'Brukt Kapasitet i Prosent';
 $text['type']           = 'Type';
 $text['free']           = 'Ledig';
 $text['used']           = 'Brukt';
@@ -66,14 +70,31 @@

 $text['none']           = 'Ingen';

-$text['capacity']       = 'Capacity';
+$text['capacity']       = 'Kapasitet';
+
+$text['template']       = 'Mal';
+$text['language']       = 'Spr&aring;k';
+$text['submit']         = 'Endre';
+$text['created']        = 'Generert av';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';
+
+$text['days']           = 'dager';
+$text['hours']          = 'timer';
+$text['minutes']        = 'minutter';

-$text['template']       = 'Template';
-$text['language']       = 'Language';
-$text['submit']         = 'Submit';
-$text['created']        = 'Created by';
-
-$text['days']           = 'days';
-$text['hours']          = 'hours';
-$text['minutes']        = 'minutes';
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/it.php
diff -u phpsysinfo/includes/lang/it.php:1.2 phpsysinfo/includes/lang/it.php:1.3
--- phpsysinfo/includes/lang/it.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/it.php     Sat Nov 19 05:29:55 2005
@@ -25,6 +25,7 @@
 $text['hostname']       = 'Nome Canonico';
 $text['ip']             = 'Indirizzo IP';
 $text['kversion']       = 'Versione del Kernel';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Tempo di Esercizio';
 $text['users']          = 'Utenti Collegati';
 $text['loadavg']        = 'Carico Medio';
@@ -32,12 +33,15 @@
 $text['hardware']       = 'Informazioni Hardware';
 $text['numcpu']         = 'Processori';
 $text['cpumodel']       = 'Modello';
-$text['mhz']            = 'MHz del Chip';
+$text['cpuspeed']       = 'MHz del Chip';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Dimensione Cache';
 $text['bogomips']       = 'Bogomips del Sistema';
+
 $text['pci']            = 'Unità PCI';
 $text['ide']            = 'Unità IDE';
 $text['scsi']           = 'Unità SCSI';
+$text['usb']            = 'Unità USB';

 $text['netusage']       = 'Utilizzo della Rete';
 $text['device']         = 'Device';
@@ -72,8 +76,25 @@
 $text['language']       = 'Lingua';
 $text['submit']         = 'Invia';
 $text['created']        = 'Creato da';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'giorni';
 $text['hours']          = 'ore';
 $text['minutes']        = 'minuti';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/is.php
diff -u phpsysinfo/includes/lang/is.php:1.2 phpsysinfo/includes/lang/is.php:1.3
--- phpsysinfo/includes/lang/is.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/is.php     Sat Nov 19 05:29:55 2005
@@ -21,40 +21,44 @@

 $text['title']          = 'Kerfisupplýsingar';

-$text['vitals']         = 'Helstu Upplýsingar';
+$text['vitals']         = 'Helstu upplýsingar';
 $text['hostname']       = 'Vélarnafn';
-$text['ip']             = 'IP Tala';
+$text['ip']             = 'IP-tala';
 $text['kversion']       = 'Útgáfa kjarna';
+$text['dversion']       = 'Nafn dreifingar';
 $text['uptime']         = 'Uppitími';
 $text['users']          = 'Notendur';
-$text['loadavg']        = 'Meðal álag';
+$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['numcpu']         = 'Fjöldi örgjörva';
+$text['cpumodel']       = 'Tegund';
+$text['cpuspeed']       = 'Hraði';
+$text['busspeed']       = 'BUS Speed';
 $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['bogomips']       = 'Bogomips';

-$text['netusage']       = 'Notkun Nets';
+$text['pci']            = 'PCI jaðartæki';
+$text['ide']            = 'IDE jaðartæki';
+$text['scsi']           = 'SCSI jaðartæki';
+$text['usb']            = 'USB jaðartæki';
+
+$text['netusage']       = 'Netnotkun';
 $text['device']         = 'Jaðartæki';
-$text['received']       = 'Tekið á móti';
+$text['received']       = 'Móttekið';
 $text['sent']           = 'Sent';
-$text['errors']         = 'Villur/Drop';
+$text['errors']         = 'Villur/Hent';

 $text['memusage']       = 'Minnisnotkun';
 $text['phymem']         = 'Vinnsluminni';
 $text['swap']           = 'Sýndarminni';

-$text['fs']             = 'Tengd Skráarkerfi';
+$text['fs']             = 'Tengd skráarkerfi';
 $text['mount']          = 'Tengipunktur';
 $text['partition']      = 'Disksneið';

-$text['percent']        = 'Prósent af Heildarstærð';
-$text['type']           = 'Týpa';
+$text['percent']        = 'Hlutfall af heildarstærð';
+$text['type']           = 'Tegund';
 $text['free']           = 'Laust';
 $text['used']           = 'Notað';
 $text['size']           = 'Stærð';
@@ -68,12 +72,29 @@

 $text['capacity']       = 'Heildarstærð';

-$text['template']       = 'Template';
+$text['template']       = 'Sniðmát';
 $text['language']       = 'Tungumál';
 $text['submit']         = 'Senda';
 $text['created']        = 'Búið til af';
+$text['locale']         = 'is_IS';
+$text['gen_time']       = 'þann %d.%m.%Y kl. %R';

 $text['days']           = 'dagar';
 $text['hours']          = 'klukkustundir';
 $text['minutes']        = 'mínútur';
+
+$text['temperature']    = 'Hitastig';
+$text['voltage']        = 'Volt';
+$text['fans']           = 'Viftur';
+$text['s_value']        = 'Gildi';
+$text['s_min']          = 'Lægst';
+$text['s_max']          = 'Hæst';
+$text['s_div']          = 'Deilir';
+$text['hysteresis']     = 'Aðvörun lýkur';
+$text['s_limit']        = 'Aðvörun byrjar';
+$text['s_label']        = 'Nafn mælis';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/lt.php
diff -u phpsysinfo/includes/lang/lt.php:1.2 phpsysinfo/includes/lang/lt.php:1.3
--- phpsysinfo/includes/lang/lt.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/lt.php     Sat Nov 19 05:29:55 2005
@@ -19,61 +19,87 @@
 //
 // $Id$

-$text['title']          = 'Sistemos Informacija';
+$charset                = 'utf-8';

-$text['vitals']         = 'Sisteminiai Duomenys';
-$text['hostname']       = 'Unikalus Hostas';
-$text['ip']             = 'IP Adresas';
-$text['kversion']       = 'Kernelio Versija';
+$text['title']          = 'Informacija apie sistemą';
+
+$text['vitals']         = 'Sistema';
+$text['hostname']       = 'Kompiuterio vardas';
+$text['ip']             = 'IP adresas';
+$text['kversion']       = 'Branduolio versija';
+$text['dversion']       = 'Distribucija';
 $text['uptime']         = 'Veikimo laikas';
 $text['users']          = 'Vartotojai';
-$text['loadavg']        = 'U?krovimo vidurkiai';
+$text['loadavg']        = 'Apkrovos vidurkiai';

-$text['hardware']       = 'Aparat?riniai duomenys';
-$text['numcpu']         = 'Procesorius';
+$text['hardware']       = 'Aparatūra';
+$text['numcpu']         = 'Procesorių kiekis';
 $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['cpuspeed']       = 'Procesoriaus dažnis';
+$text['busspeed']       = 'Magistralės dažnis';
+$text['cache']          = 'Spartinančioji atmintinė';
+$text['bogomips']       = 'Sistemos „bogomips“';
+
+$text['pci']            = 'PCI įrenginiai';
+$text['ide']            = 'IDE įrenginiai';
+$text['scsi']           = 'SCSI įrenginiai';
+$text['usb']            = 'USB įrenginiai';
+
+$text['netusage']       = 'Tinklas';
+$text['device']         = 'Įrenginys';
+$text['received']       = 'Gauta';
+$text['sent']           = 'Išsiųsta';
+$text['errors']         = 'Klaidos/pamesti paketai';
+
+$text['memusage']       = 'Atmintis';
+$text['phymem']         = 'Operatyvioji atmintis';
+$text['swap']           = 'Disko swap skirsnis';
+
+$text['fs']             = 'Bylų sistema';
+$text['mount']          = 'Prijungimo vieta';
+$text['partition']      = 'Skirsnis';

-$text['percent']        = 'I?reik?ta Procentais';
+$text['percent']        = 'Apkrova procentais';
 $text['type']           = 'Tipas';
 $text['free']           = 'Laisva';
-$text['used']           = 'U?imta';
+$text['used']           = 'Apkrauta';
 $text['size']           = 'Dydis';
-$text['totals']         = 'I? Viso';
+$text['totals']         = 'IÅ¡ viso';

 $text['kb']             = 'KB';
 $text['mb']             = 'MB';
 $text['gb']             = 'GB';

-$text['none']           = 'none';
+$text['none']           = 'nėra';

-$text['capacity']       = 'Capacity';
+$text['capacity']       = 'Talpa';

-$text['template']       = 'Template';
-$text['language']       = 'Language';
-$text['submit']         = 'Submit';
-$text['created']        = 'Created by';
-
-$text['days']           = 'days';
-$text['hours']          = 'hours';
-$text['minutes']        = 'minutes';
+$text['template']       = 'Å ablonas';
+$text['language']       = 'Kalba';
+$text['submit']         = 'Atnaujinti';
+$text['created']        = 'Naudojamas';
+
+$text['days']           = 'd.';
+$text['hours']          = 'val.';
+$text['minutes']        = 'min.';
+
+$text['temperature']    = 'Temperatūra';
+$text['voltage']        = 'Įtampa';
+$text['fans']           = 'Aušintuvai';
+$text['s_value']        = 'Reikšmė';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Maks';
+$text['s_div']          = 'Div';
+// Hysteresis is the value that defines at which temp
+// the alarm should deactivate. If you have set an
+// alarm to go off when CPU temp reaches 60 degrees,
+// a hysteresis set at, say, 58 degress will deactivate
+// the alarm when temp goes below 58 degrees.
+$text['hysteresis']     = 'Signalizuojama ties';
+$text['s_limit']        = 'Riba';
+$text['s_label']        = 'Pavadinimas';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'aps./min';
+
 ?>

====================================================
Index: phpsysinfo/includes/lang/nl.php
diff -u phpsysinfo/includes/lang/nl.php:1.2 phpsysinfo/includes/lang/nl.php:1.3
--- phpsysinfo/includes/lang/nl.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/nl.php     Sat Nov 19 05:29:55 2005
@@ -1,79 +1,106 @@
-<?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$
-
-$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';
-?>
+<?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$
+
+if (PHP_OS == 'WINNT') {
+  $text['locale']         = 'dutch'; // (windows)
+}
+else {
+  $text['locale']         = 'nl-NL'; // (Linux and friends(?))
+}
+
+$text['title']          = 'Systeem Informatie';
+
+$text['vitals']         = 'Systeem overzicht';
+$text['hostname']       = 'Toegewezen naam';
+$text['ip']             = 'IP-adres';
+$text['kversion']       = 'Kernelversie';
+$text['dversion']       = 'Distributie';
+$text['uptime']         = 'Uptime';
+$text['users']          = 'Huidige gebruikers';
+$text['loadavg']        = 'Gemiddelde belasting';
+
+$text['hardware']       = 'Hardware overzicht';
+$text['numcpu']         = 'Processors';
+$text['cpumodel']       = 'Model';
+$text['cpuspeed']       = 'CPU snelheid';
+$text['busspeed']       = 'BUS snelheid';
+$text['cache']          = 'Cache grootte';
+$text['bogomips']       = 'Systeem Bogomips';
+
+$text['pci']            = 'PCI Apparaten';
+$text['ide']            = 'IDE Apparaten';
+$text['scsi']           = 'SCSI Apparaten';
+$text['usb']            = 'USB 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']       = 'Opmaak-model';
+$text['language']       = 'Taal';
+$text['submit']         = 'Toepassen';
+$text['created']        = 'Gegenereerd door';
+$text['gen_time']       = 'op %d %B %Y, om %H:%M:%S';
+
+$text['days']           = 'dagen';
+$text['hours']          = 'uren';
+$text['minutes']        = 'minuten';
+
+$text['temperature']    = 'Temperatuur';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Waarde';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limiet';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
+?>

====================================================
Index: phpsysinfo/includes/lang/eu.php
diff -u phpsysinfo/includes/lang/eu.php:1.2 phpsysinfo/includes/lang/eu.php:1.3
--- phpsysinfo/includes/lang/eu.php:1.2 Sun May 15 12:46:45 2005
+++ phpsysinfo/includes/lang/eu.php     Sat Nov 19 05:29:55 2005
@@ -25,6 +25,7 @@
 $text['hostname']       = 'Zerbitzariaren izen Kanonikoa';
 $text['ip']             = 'Entzuten duen IP-a';
 $text['kversion']       = 'Kernel Bertsioa';
+$text['dversion']       = 'Distro Name';
 $text['uptime']         = 'Piztutako denbora';
 $text['users']          = 'Uneko Erabiltzaileak';
 $text['loadavg']        = 'Karga ertainak';
@@ -32,12 +33,15 @@
 $text['hardware']       = 'Hardwarezko Informazioa';
 $text['numcpu']         = 'Prozasatzailea';
 $text['cpumodel']       = 'Modeloa';
-$text['mhz']            = 'Txip MHz';
+$text['cpuspeed']       = 'Txip MHz';
+$text['busspeed']       = 'BUS Speed';
 $text['cache']          = 'Cache tamaina';
 $text['bogomips']       = 'Sistemare Bogomips-ak';
+
 $text['pci']            = 'PCI Dispositiboak';
 $text['ide']            = 'IDE Dispositiboak';
 $text['scsi']           = 'SCSI Dispositiboak';
+$text['usb']            = 'USB Dispositiboak';

 $text['netusage']       = 'Sarearen Erabilera';
 $text['device']         = 'Dispositiboa';
@@ -74,8 +78,25 @@
 $text['language']       = 'Langoaia';
 $text['submit']         = 'Bidali';
 $text['created']        = 'Sortzailea: ';
+$text['locale']         = 'en_US';
+$text['gen_time']       = 'on %b %d, %Y at %r';

 $text['days']           = 'egun';
 $text['hours']          = 'ordu';
 $text['minutes']        = 'minutu';
+
+$text['temperature']    = 'Temperature';
+$text['voltage']        = 'Voltage';
+$text['fans']           = 'Fans';
+$text['s_value']        = 'Value';
+$text['s_min']          = 'Min';
+$text['s_max']          = 'Max';
+$text['s_div']          = 'Div';
+$text['hysteresis']     = 'Hysteresis';
+$text['s_limit']        = 'Limit';
+$text['s_label']        = 'Label';
+$text['degree_mark']    = '&ordm;C';
+$text['voltage_mark']   = 'V';
+$text['rpm_mark']       = 'RPM';
+
 ?>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]