/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/config/user_agents.php

  • Committer: Erik Wikström
  • Date: 2013-05-29 10:55:55 UTC
  • mto: This revision was merged to the branch mainline in revision 125.
  • Revision ID: wikxen@gmail.com-20130529105555-1d0ky37awursga9v
Added display of statistics in the sidepane

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
*/
12
12
 
13
13
$platforms = array (
14
 
                                        'windows nt 6.0'        => 'Windows Longhorn',
 
14
                                        'android 4.2'           => 'Android Jellybean',
 
15
                                        'android 4.1'           => 'Android Jellybean',
 
16
                                        'android 4.0'           => 'Android Ice Cream Sandwich',
 
17
                                        'android 3'                     => 'Android Honeycomb',
 
18
                                        'android 2.3'           => 'Android Gingerbread',
 
19
                                        'android 2.2'           => 'Android Froyo',
 
20
                                        'android'                       => 'Android',
 
21
                                        'windows nt 6.2'        => 'Windows 8/RT',
 
22
                                        'windows nt 6.1'        => 'Windows 7',
 
23
                                        'windows nt 6.0'        => 'Windows Longhorn/Vista',
15
24
                                        'windows nt 5.2'        => 'Windows 2003',
16
25
                                        'windows nt 5.0'        => 'Windows 2000',
17
26
                                        'windows nt 5.1'        => 'Windows XP',