/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-31 06:15:46 UTC
  • mfrom: (90.1.20 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130531061546-vj8z28sq375kvghq
Merged Jonsson:s changes:
Fixed the layout on cms index so the arrows and dots marks expanded objects.
Fixed so the course content is sorted by course occasion and not by name

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