From a60b8d9cc5078a894e007e5252313185e9810c2e Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 8 May 2011 15:52:39 +0000 Subject: h-source:added architecture entry for notebooks --- h-source/Application/Include/hardware.php | 2 ++ h-source/Application/Include/languages.php | 1 + 2 files changed, 3 insertions(+) (limited to 'h-source/Application/Include') diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 17ea425..06b6cc5 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -241,6 +241,8 @@ class Notebooks extends Hardware ); public static $subtypeSelect = 'notebook,netbook,not-specified'; + + public static $architectureSelect = 'not-specified,i386,amd64,MIPS,ARM'; public static $biosSelect = 'not-specified,no,yes'; diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 2e054c5..9ab5de9 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -220,6 +220,7 @@ class Lang "No fingerprint readers found" => "Non รจ stato trovato alcun lettore di impronte digitali", "Download the xml file of all the acquisition cards in the database" => "Scarica il file xml di tutte le schede di acquisizione presenti nel database", "Download the xml file of all the fingerprint readers in the database" => "Scarica il file xml di tutti i lettori di impronte digitali presenti nel database", + "architecture" => "architettura", ), 'es' => array ( -- cgit v1.2.3