diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-04 11:26:22 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-04 11:26:22 +0000 |
commit | 799376543af81e836b175b1eb71368f321b84416 (patch) | |
tree | 36c93375dce2cbe3d4a98542a2c09378e3582f68 /h-source/Application/Include | |
parent | 190ded0397f9434a1fadd0f06775edb6dcf60272 (diff) |
added webcams - part 2
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/languages.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index a7498b7..e457f2e 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -157,6 +157,16 @@ class Lang "The following devices has not been found in the database" => "I seguenti device non sono stati trovati nel database", "can you please insert them?" => "puoi gentilmente inserirli?", "No webcams found" => "Non รจ stata trovata alcuna webcam", + "Download the xml file of all the database" => "Scarica il file xml di tutto il database", + "Download the xml file of all the <b>notebooks</b> in the database" => "Scarica il file xml di tutti i <b>notebook</b> presenti nel database", + "Download the xml file of all the <b>wifi cards</b> in the database" => "Scarica il file xml di tutte le <b>schede wifi</b> presenti nel database", + "Download the xml file of all the <b>video cards</b> in the database" => "Scarica il file xml di tutte le <b>schede video</b> presenti nel database", + "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", + "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", ), 'es' => array ( |