From 93f681d5bd99d28acdb1e4c6eb3e5bbc4a6842bf Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 9 Sep 2012 14:08:19 +0000 Subject: added the entry: 'does the device prevent the installation of wifi cards not-approved by the vendor?' - part 1 --- h-source/Application/Include/hardware.php | 11 +++++++++++ h-source/Application/Include/languages.php | 2 ++ 2 files changed, 13 insertions(+) (limited to 'h-source/Application/Include') diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index ce2ad01..2d0d26f 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -361,6 +361,12 @@ class Notebooks extends Hardware "can be installed" => 'can-be-installed', ); + public static $preventWifiSelect = array( + "not specified" => 'not-specified', + "no" => 'no', + "yes (please specify in the description entry)" => 'yes', + ); + public static $installableSelect = 'not-specified,no,yes'; public static $videoSelect = array( @@ -441,6 +447,11 @@ class Notebooks extends Hardware { return implode(',',array_values(self::$biosSelect)); } + + public static function preventWifiList() + { + return implode(',',array_values(self::$preventWifiSelect)); + } } class ThreeGcards extends Wifi diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 69bc08d..2adadf6 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -413,6 +413,8 @@ class Lang /*0352*/"HECI Controller" => "Controller HECI", /*0353*/"device type" => "tipo di dispositivo", /*0354*/"Thanks for your contribution!" => "Grazie per il tuo contributo!", + /*0355*/"does the device prevent the installation of wifi cards not-approved by the vendor?" => "il dispositivo impedisce l'installazione di schede wifi non approvate dal rivenditore/distributore?", + /*0356*/"see the details inside the description entry" => "guarda i dettagli all'interno del campo descrizione", ), 'es' => array ( -- cgit v1.2.3