diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-02 14:29:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-02 14:29:55 +0000 |
commit | 10bbe357616c36e86ae3c3c7a26840b0c1973756 (patch) | |
tree | f0d588a10213ee9b91e12af0592112c1964e3755 /h-source/Application/Include | |
parent | 662e663843729d20aef25743f1d3f58adf6865b5 (diff) |
improved search
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/hardware.php | 1 | ||||
-rw-r--r-- | h-source/Application/Include/languages.php | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 11d12df..9d6fadc 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -26,6 +26,7 @@ class Hardware public static $controllers = array('notebooks','wifi','videocards','printers','scanners','threegcards','soundcards'); //used by UsersController::login() + //classId => controller public static $deviceClasses = array( '0403' => 'soundcards', '0280' => 'wifi', diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 0952da8..810fac1 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -151,6 +151,9 @@ class Lang "the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again" => "il testo che hai inviato non sembra l'output del comando lspci -vmmnn. Per favore ricontrolla il testo e riprova", "Search form" => "Form della ricerca", "write here the output of lspci -vmmnn" => "scrivi qui l'output del comando lspci -vmmnn", + "The following devices has been found in the database" => "I seguenti device sono stati trovati nel database", + "yes" => "sì", + "The following devices has not been found in the database" => "I seguenti device non sono stati trovati nel database", ), 'es' => array ( |