diff options
-rw-r--r-- | h-source/Application/Include/languages.php | 10 | ||||
-rw-r--r-- | h-source/Application/Include/license.php | 6 |
2 files changed, 14 insertions, 2 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', ), ); diff --git a/h-source/Application/Include/license.php b/h-source/Application/Include/license.php index f1e45e4..72c25da 100644 --- a/h-source/Application/Include/license.php +++ b/h-source/Application/Include/license.php @@ -27,24 +27,28 @@ class License public static $bottom = array( 'en' => "The contents of this page are in the Public Domain. (see the <a href='http://creativecommons.org/publicdomain/zero/1.0/'>CC0 page</a> for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.", 'it' => "I contenuti di questa pagina sono di Pubblico Dominio. (leggi la <a href='http://creativecommons.org/publicdomain/zero/1.0/deed.it'>pagina CC0</a> per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.", + 'es' => "El contenido de esta página está en Dominio Público. (vea la <a href='http://creativecommons.org/publicdomain/zero/1.0/deed.es_ES'>página CC0</a> para información detallada). Cualquiera es libre de copiar, modificar, publicar, usar, vender o distribuir el texto para cualquier propósito, comercial o no comercial, y por cualquier medio.", ); //license notice that does appear inside the xml download page public static $insideXml = array( 'en' => "The contents of this page are in the Public Domain. (see the CC0 page at http://creativecommons.org/publicdomain/zero/1.0/ for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.", 'it' => "I contenuti di questa pagina sono di Pubblico Dominio. (leggi la pagina CC0 all'indirizzo http://creativecommons.org/publicdomain/zero/1.0/deed.it per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.", + 'es' => "El contenido de esta página está en Dominio Público. (vea la página CC0 http://creativecommons.org/publicdomain/zero/1.0/deed.es_ES para información detallada). Cualquiera es libre de copiar, modificar, publicar, usar, vender o distribuir el texto para cualquier propósito, comercial o no comercial, y por cualquier medio.", ); //license notice that does appear before the submission of each hardware and wiki page public static $submissionNotice = array( 'en' => "Any text submitted by you will be put in the Public Domain (see the <a href='http://creativecommons.org/publicdomain/zero/1.0/'>CC0 page</a> for detailed information).", 'it' => "Ogni testo da te inviato diventerà di Pubblico Dominio. (leggi la <a href='http://creativecommons.org/publicdomain/zero/1.0/deed.it'>pagina CC0</a> per informazioni dettagliate).", + 'es' => "Cualquier texto agregado por usted será colocado en el Dominio Público (vea la <a href='http://creativecommons.org/publicdomain/zero/1.0/deed.es_ES'>página CC0</a> para información detallada).", ); //license notice that does appear before the submission of each hardware page from the h-node client (h-client) public static $submissionNoticeClient = array( 'en' => "Any text submitted by you will be put in the Public Domain (see the CC0 page at \nhttp://creativecommons.org/publicdomain/zero/1.0/ for detailed information).", - 'it' => "Ogni testo da te inviato diventerà di Pubblico Dominio. (leggi la pagina CC0 all'indirizzo http://creativecommons.org/publicdomain/zero/1.0/deed.it per informazioni dettagliate).", + 'it' => "Ogni testo da te inviato diventerà di Pubblico Dominio. (leggi la pagina CC0 all'indirizzo \nhttp://creativecommons.org/publicdomain/zero/1.0/deed.it per informazioni dettagliate).", + 'es' => "Cualquier texto agregado por usted será colocado en el Dominio Público (vea la página CC0 \nhttp://creativecommons.org/publicdomain/zero/1.0/deed.es_ES para información detallada).", ); public static function getNotice($noticeArray) |