/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-29 11:07:14 UTC
  • mfrom: (124.1.1 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130529110714-4iioizgqujt45riz
Merged Wikströms changes:

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',