From 1b2aa2f98ba320a7623676c1640f792b70f1fa16 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 22 Aug 2011 06:50:30 +0000 Subject: improved i18n --- h-source/Application/Include/languages.php | 65 +++++++++++++++++++++--------- 1 file changed, 46 insertions(+), 19 deletions(-) (limited to 'h-source/Application/Include') diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 8621f7e..a7264f2 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -264,6 +264,25 @@ class Lang /*0216*/"works with 3D acceleration" => "funziona con accelerazione 3D", /*0217*/"works, but without 3D acceleration" => "funziona, ma senza accelerazione 3D", /*0218*/"it does not work" => "non funziona", + /*0219*/"Notebooks, netbooks, Tablet PC" => "Notebooks, netbooks, Tablet PC", + /*0220*/"Wifi cards" => "Schede wifi", + /*0221*/"Video cards" => "Schede video", + /*0222*/"Printers and multifunction" => "Stampanti e multifunzione", + /*0223*/"Scanners" => "Scanner", + /*0224*/"3G cards" => "Schede 3G", + /*0225*/"Sound cards" => "Schede audio", + /*0226*/"Webcams" => "Webcam", + /*0227*/"Bluetooth devices" => "Dispositivi bluetooth", + /*0228*/"TV/Video/FM acquisition cards" => "Schede di acquisizione TV/Video/FM", + /*0229*/"Fingerprint readers" => "Lettori di impronte digitali", + /*0230*/"Ethernet cards" => "Schede ethernet", + /*0231*/"Hardware" => "Hardware", + /*0232*/"Issues" => "Questioni", + /*0233*/"Search" => "Cerca", + /*0234*/"News" => "Notizie", + /*0235*/"Download" => "Scarica", + /*0236*/"Help" => "Aiuto", + /*0237*/"List of" => "Lista di", ), 'es' => array ( @@ -892,19 +911,21 @@ class Lang 'bluetooth' => 'bluetooth device', 'acquisitioncards' => 'acquisition card', 'fingerprintreaders' => 'fingerprint reader', + 'ethernetcards' => 'ethernet card', ), 'it' => array( 'notebooks' => 'notebook', - 'wifi' => 'wifi card', - 'videocards' => 'video card', - 'printers' => 'printer', + 'wifi' => 'scheda wifi', + 'videocards' => 'scheda video', + 'printers' => 'stampante', 'scanners' => 'scanner', - 'threegcards' => '3G-card', - 'soundcards' => 'soundcard', + 'threegcards' => 'scheda 3G', + 'soundcards' => 'scheda audio', 'webcams' => 'webcam', - 'bluetooth' => 'bluetooth device', - 'acquisitioncards' => 'acquisition card', - 'fingerprintreaders' => 'fingerprint reader', + 'bluetooth' => 'dispositivo bluetooth', + 'acquisitioncards' => 'scheda di acquisizione', + 'fingerprintreaders' => 'lettore di impronte digitali', + 'ethernetcards' => 'scheda ethernet', ), 'es' => array( 'notebooks' => 'notebook', @@ -918,6 +939,7 @@ class Lang 'bluetooth' => 'bluetooth device', 'acquisitioncards' => 'acquisition card', 'fingerprintreaders' => 'fingerprint reader', + 'ethernetcards' => 'ethernet card', ), 'fr' => array( 'notebooks' => 'notebook', @@ -931,6 +953,7 @@ class Lang 'bluetooth' => 'bluetooth device', 'acquisitioncards' => 'acquisition card', 'fingerprintreaders' => 'fingerprint reader', + 'ethernetcards' => 'ethernet card', ), ); @@ -947,19 +970,21 @@ class Lang 'bluetooth' => 'bluetooth devices', 'acquisitioncards' => 'acquisition cards', 'fingerprintreaders' => 'fingerprint readers', + 'ethernetcards' => 'ethernet cards', ), 'it' => array( - 'notebooks' => 'notebooks', - 'wifi' => 'wifi cards', - 'videocards' => 'video cards', - 'printers' => 'printers', - 'scanners' => 'scanners', - 'threegcards' => '3G-cards', - 'soundcards' => 'soundcards', - 'webcams' => 'webcams', - 'bluetooth' => 'bluetooth devices', - 'acquisitioncards' => 'acquisition cards', - 'fingerprintreaders' => 'fingerprint readers', + 'notebooks' => 'notebook', + 'wifi' => 'schede wifi', + 'videocards' => 'schede video', + 'printers' => 'stampanti', + 'scanners' => 'scanner', + 'threegcards' => 'schede 3G', + 'soundcards' => 'schede audio', + 'webcams' => 'webcam', + 'bluetooth' => 'dispositivi bluetooth', + 'acquisitioncards' => 'schede di acquisizione', + 'fingerprintreaders' => 'lettori di impronte digitali', + 'ethernetcards' => 'schede ethernet', ), 'es' => array( 'notebooks' => 'notebooks', @@ -973,6 +998,7 @@ class Lang 'bluetooth' => 'bluetooth devices', 'acquisitioncards' => 'acquisition cards', 'fingerprintreaders' => 'fingerprint readers', + 'ethernetcards' => 'ethernet cards', ), 'fr' => array( 'notebooks' => 'notebooks', @@ -986,6 +1012,7 @@ class Lang 'bluetooth' => 'bluetooth devices', 'acquisitioncards' => 'acquisition cards', 'fingerprintreaders' => 'fingerprint readers', + 'ethernetcards' => 'ethernet cards', ), ); -- cgit v1.2.3