aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/languages.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-04-25 22:09:10 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-04-25 22:09:10 +0000
commit529eabaa67861491153b2b302444dd40f1d89d54 (patch)
tree7b61f4cabdf0981f9976c28bf80a6b3ff44d2174 /h-source/Application/Include/languages.php
parent930a411469143eab9ee3922fc628c7d0b5665438 (diff)
h-source:minor changes
Diffstat (limited to 'h-source/Application/Include/languages.php')
-rw-r--r--h-source/Application/Include/languages.php10
1 files changed, 9 insertions, 1 deletions
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 <b>printers</b> in the database" => "Scarica il file xml di tutte le <b>stampanti</b> presenti nel database",
"Download the xml file of all the <b>3G cards</b> in the database" => "Scarica il file xml di tutte le <b>schede 3G</b> presenti nel database",
"Download the xml file of all the <b>sound cards</b> in the database" => "Scarica il file xml di tutte le <b>schede audio</b> presenti nel database",
- "Download the xml file of all the <b>webcams</b> in the database" => "Scarica il file xml di tutte le <b>webcams</b> presenti nel database",
+ "Download the xml file of all the <b>webcams</b> in the database" => "Scarica il file xml di tutte le <b>webcam</b> 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',
),
);