From 529eabaa67861491153b2b302444dd40f1d89d54 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 25 Apr 2011 22:09:10 +0000 Subject: h-source:minor changes --- h-source/Application/Include/languages.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'h-source/Application/Include/languages.php') diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index db2d717..2e054c5 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -163,7 +163,7 @@ class Lang "Download the xml file of all the printers in the database" => "Scarica il file xml di tutte le stampanti presenti nel database", "Download the xml file of all the 3G cards in the database" => "Scarica il file xml di tutte le schede 3G presenti nel database", "Download the xml file of all the sound cards in the database" => "Scarica il file xml di tutte le schede audio presenti nel database", - "Download the xml file of all the webcams in the database" => "Scarica il file xml di tutte le webcams presenti nel database", + "Download the xml file of all the webcams in the database" => "Scarica il file xml di tutte le webcam presenti nel database", "You can download all the h-node database in one unique xml file in order to parse its contents by means of some proper script (for example a Python or Perl or PHP script)" => "Puoi scaricare l'intero database di h-node in un unico file xml per analizzarne i contenuti utilizzando uno script appropriato (ad esempio uno script Python o Perl o PHP)", "Download the h-node hardware database in xml format" => "Scarica il database dell'hardware di h-node in formato xml", "Database modifications" => "Modifiche al database", @@ -550,6 +550,7 @@ class Lang 'webcams' => 'webcam', 'bluetooth' => 'bluetooth device', 'acquisitioncards' => 'acquisition card', + 'fingerprintreaders' => 'fingerprint reader', ), 'it' => array( 'notebooks' => 'notebook', @@ -562,6 +563,7 @@ class Lang 'webcams' => 'webcam', 'bluetooth' => 'bluetooth device', 'acquisitioncards' => 'acquisition card', + 'fingerprintreaders' => 'fingerprint reader', ), 'es' => array( 'notebooks' => 'notebook', @@ -574,6 +576,7 @@ class Lang 'webcams' => 'webcam', 'bluetooth' => 'bluetooth device', 'acquisitioncards' => 'acquisition card', + 'fingerprintreaders' => 'fingerprint reader', ), 'fr' => array( 'notebooks' => 'notebook', @@ -586,6 +589,7 @@ class Lang 'webcams' => 'webcam', 'bluetooth' => 'bluetooth device', 'acquisitioncards' => 'acquisition card', + 'fingerprintreaders' => 'fingerprint reader', ), ); @@ -601,6 +605,7 @@ class Lang 'webcams' => 'webcams', 'bluetooth' => 'bluetooth devices', 'acquisitioncards' => 'acquisition cards', + 'fingerprintreaders' => 'fingerprint readers', ), 'it' => array( 'notebooks' => 'notebooks', @@ -613,6 +618,7 @@ class Lang 'webcams' => 'webcams', 'bluetooth' => 'bluetooth devices', 'acquisitioncards' => 'acquisition cards', + 'fingerprintreaders' => 'fingerprint readers', ), 'es' => array( 'notebooks' => 'notebooks', @@ -625,6 +631,7 @@ class Lang 'webcams' => 'webcams', 'bluetooth' => 'bluetooth devices', 'acquisitioncards' => 'acquisition cards', + 'fingerprintreaders' => 'fingerprint readers', ), 'fr' => array( 'notebooks' => 'notebooks', @@ -637,6 +644,7 @@ class Lang 'webcams' => 'webcams', 'bluetooth' => 'bluetooth devices', 'acquisitioncards' => 'acquisition cards', + 'fingerprintreaders' => 'fingerprint readers', ), ); -- cgit v1.2.3