~ubuntu-branches/ubuntu/trusty/software-center/trusty

« back to all changes in this revision

Viewing changes to softwarecenter/hw.py

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-12-06 17:30:50 UTC
  • Revision ID: package-import@ubuntu.com-20121206173050-n7mxi5fzlsvtdh9l
Tags: 5.5.2
* lp:~mvo/software-center/fix-pygobject-deprecation-warnings:
  - fix deprecation warninings with the latest python-gi
* lp:~mvo/software-center/minor-logging-fixes:
  - drop some LOG.info() messages to LOG.debug() to spam the user
    less
* lp:~mvo/software-center/trivial-close-ui-tweak:
  - hide the main window immediately when closing down
* lp:~mvo/software-center/5.4-fix-save-person-to-config:
  - This branch ensures that the "username" is saved everytime
    that the ubuntu sso whoami call is done
* lp:~mvo/software-center/use-dpkg-builddeps:
  - use dpkg-checkbuilddeps to find test-dependencies
* lp:~mvo/software-center/update-sc-cmdline-flexibility:
  - update-software-center-agent: 
    + add --target-db-path commandline
  - update-software-center: 
    + add --app-install-desktop-dir and --target-db-path commandline
* lp:~mvo/software-center/raring-pep8:
  - fixes for new pep8

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    'hardware::digicam': _('This software requires a digital camera, but none '
50
50
                           'are currently connected'),
51
51
    'hardware::webcam': _('This software requires a video camera, but none '
52
 
                           'are currently connected'),
 
52
                          'are currently connected'),
53
53
    'hardware::input:mouse': _('This software requires a mouse, '
54
 
                                'but none is currently set up.'),
 
54
                               'but none is currently set up.'),
55
55
    'hardware::input:joystick': _('This software requires a joystick, '
56
 
                                   'but none are currently connected.'),
 
56
                                  'but none are currently connected.'),
57
57
    'hardware::input:touchscreen': _('This software requires a touchscreen, '
58
 
                                      'but the computer does not have one.'),
 
58
                                     'but the computer does not have one.'),
59
59
    'hardware::gps': _('This software requires a GPS, '
60
 
                        'but the computer does not have one.'),
 
60
                       'but the computer does not have one.'),
61
61
    'hardware::laptop': _('This software is for notebook computers.'),
62
62
    'hardware::printer': _('This software requires a printer, but none '
63
63
                           'are currently set up.'),
64
64
    'hardware::scanner': _('This software requires a scanner, but none are '
65
 
                            'currently set up.'),
 
65
                           'currently set up.'),
66
66
    'hardware::storage:cd': _('This software requires a CD drive, but none '
67
 
                               'are currently connected.'),
 
67
                              'are currently connected.'),
68
68
    'hardware::storage:cd-writer': _('This software requires a CD burner, '
69
 
                                      'but none are currently connected.'),
 
69
                                     'but none are currently connected.'),
70
70
    'hardware::storage:dvd': _('This software requires a DVD drive, but none '
71
 
                                'are currently connected.'),
 
71
                               'are currently connected.'),
72
72
    'hardware::storage:dvd-writer': _('This software requires a DVD burner, '
73
 
                                       'but none are currently connected.'),
 
73
                                      'but none are currently connected.'),
74
74
    'hardware::storage:floppy': _('This software requires a floppy disk '
75
 
                                   'drive, but none are currently connected.'),
 
75
                                  'drive, but none are currently connected.'),
76
76
    'hardware::video:opengl': _('This computer does not have graphics fast '
77
 
                                 'enough for this software.'),
 
77
                                'enough for this software.'),
78
78
    # private extension
79
79
    OPENGL_DRIVER_BLACKLIST_TAG: _(u'This software does not work with the '
80
80
                                   u'\u201c%s\u201D graphics driver this '