aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-06-13 13:29:47 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-06-13 13:29:47 +0000
commitfad53c421cae174bcdfd6d6d4ffdaa5da40a2c5c (patch)
tree1a3151cf24b602882078c731e276ac678d832b38 /h-source/Application/Include
parent7a87cc75fb4b8bc7d5545f5478f1afeea13bf791 (diff)
adding motherboards - part 1
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r--h-source/Application/Include/hardware.php13
-rw-r--r--h-source/Application/Include/languages.php8
2 files changed, 19 insertions, 2 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index 61a01dd..bcfd635 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -301,7 +301,7 @@ class Notebooks extends Hardware
"E Garbage" => "E-garbage"
);
- public static $subtypeSelect = 'notebook,netbook,tablet,not-specified';
+ public static $subtypeSelect = 'notebook,netbook,motherboard,tablet,not-specified';
public static $architectureSelect = array(
"not specified" => 'not-specified',
@@ -311,7 +311,11 @@ class Notebooks extends Hardware
"ARM" => 'ARM',
);
- public static $biosSelect = 'not-specified,no,yes';
+ public static $biosSelect = array(
+ "not specified" => 'not-specified',
+ "no" => 'no',
+ "yes" => 'yes'
+ );
public static $installableSelect = 'not-specified,no,yes';
@@ -388,6 +392,11 @@ class Notebooks extends Hardware
{
return implode(',',array_values(self::$architectureSelect));
}
+
+ public static function biosList()
+ {
+ return implode(',',array_values(self::$biosSelect));
+ }
}
class ThreeGcards extends Wifi
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index fa87142..c3a88b5 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -385,6 +385,14 @@ class Lang
/*0325*/"No PCMCIA Controller found" => "Nessun controller PCMCIA รจ stato trovato",
/*0326*/"PCMCIA Controllers" => "Controller PCMCIA",
/*0327*/"Download the xml file of all the <b>PCMCIA Controllers</b> in the database" => "Scarica il file xml di tutti i <b>Controller PCMCIA</b> presenti nel database",
+ /*0328*/"notebook" => "notebook",
+ /*0329*/"netbook" => "netbook",
+ /*0330*/"motherboard" => "scheda madre",
+ /*0331*/"tablet" => "tablet",
+ /*0332*/"netbooks" => "netbook",
+ /*0333*/"Notebooks" => "Notebook",
+ /*0334*/"tablet PC" => "PC tablet",
+ /*0335*/"motherboards" => "schede madri",
),
'es' => array
(