diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-11-02 21:40:43 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-11-02 21:40:43 +0000 |
commit | 4477a95a94fad105139927ecb7890dc508ef2f05 (patch) | |
tree | 7b5e3afb592eaef8eb7533f7c3b6920a76272fa0 /h-source/Application/Models/NotebooksModel.php | |
parent | 4daafefd0c29440c6fbad2239be2803ad04b92cd (diff) |
added bios and webcam entries in the notebook category
Diffstat (limited to 'h-source/Application/Models/NotebooksModel.php')
-rw-r--r-- | h-source/Application/Models/NotebooksModel.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Models/NotebooksModel.php b/h-source/Application/Models/NotebooksModel.php index 30d1a57..a8fcdf2 100644 --- a/h-source/Application/Models/NotebooksModel.php +++ b/h-source/Application/Models/NotebooksModel.php @@ -52,6 +52,7 @@ class NotebooksModel extends BaseModel { 'vendor' => gtext("vendor"), 'model' => gtext('model name'), 'subtype' => gtext('subtype (notebook or netbook)'), + 'bios' => gtext('does it have a free bios?'), 'comm_year' => gtext('year of commercialization'), 'distribution' => gtext('GNU/Linux distribution used for the test'), 'compatibility' => gtext('compatibility with free software'), @@ -60,6 +61,8 @@ class NotebooksModel extends BaseModel { 'video_card_works' => gtext('does the video card work?'), 'wifi_type' => gtext('wifi model'), 'wifi_works' => gtext('does the wifi card work?'), + 'webcam_type' => gtext('webcam model'), + 'webcam_works' => gtext('does the webcam work?'), 'description' => gtext('Description'), ); |