/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: Gustav Hatvigsson
  • Date: 2013-05-28 15:19:50 UTC
  • mfrom: (90.1.18 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528151950-94dkhjql3y0mphyp
merged Jonsson:s changes:
Fixed even/odd line color on cmsindex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
*/
12
12
 
13
13
$platforms = array (
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',
 
14
                                        'windows nt 6.0'        => 'Windows Longhorn',
24
15
                                        'windows nt 5.2'        => 'Windows 2003',
25
16
                                        'windows nt 5.0'        => 'Windows 2000',
26
17
                                        'windows nt 5.1'        => 'Windows XP',