aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-03 08:18:08 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-03 08:18:08 +0000
commit2f0587286b4e433b96a7db5db60a0dd94617f485 (patch)
treecc84a0899bd3fb380998005bbeb89fcddabd7220 /h-source/Application/Include
parentfab22f5ebb7c5f757e48292a7f8de605638b7213 (diff)
added the field can free systems be installed to notebooks category - Michał Masłowski suggestion
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r--h-source/Application/Include/hardware.php2
-rw-r--r--h-source/Application/Include/languages.php3
2 files changed, 4 insertions, 1 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index abef543..7cfb994 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -279,6 +279,8 @@ class Notebooks extends Hardware
);
public static $biosSelect = 'not-specified,no,yes';
+
+ public static $installableSelect = 'not-specified,no,yes';
public static $videoSelect = array(
"not specified" => 'not-specified',
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index d810cad..89d116f 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -300,7 +300,8 @@ class Lang
/*0252*/"Sd card readers" => "Lettori di schede sd",
/*0253*/"Download the xml file of all the <b>sd card readers</b> in the database" => "Scarica il file xml di tutti i <b>lettori di schede sd</b> presenti nel database",
/*0254*/"There are no devices in the database with the vendorid:productid code specified by you." => "Non ci sono dispositivi nel database con il codice vendorid:productid da te specificato",
- /*0255*/"Would you like to add it to the database?" => "Vorresti inserirlo nel database?"
+ /*0255*/"Would you like to add it to the database?" => "Vorresti inserirlo nel database?",
+ /*0256*/"can free operating systems be installed?" => "possono essere installati sistemi operativi liberi?",
),
'es' => array
(