~ubuntu-branches/ubuntu/saucy/hplip/saucy-proposed

« back to all changes in this revision

Viewing changes to base/strings.py

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-26 11:20:39 UTC
  • mfrom: (1.5.6) (31.1.3 precise)
  • Revision ID: package-import@ubuntu.com-20120526112039-bevxczegxnbyr5m7
Tags: 3.12.4-1
* New upstream release
* Switch to source/format 3.0 (quilt) - drop dpatch
* Refreshed debian/patches
* dh_autoreconf debian/autogen.sh & set local-options single-debian-patch
* Update to debian/compat -> 9
* Fix "hardened build flags" patch from Moritz - thanks (Closes: #667828)
* Fix "duplex descriptor uninitialized" patch from Matej (Closes: #583273)
* Fix "please migrate to kde-runtime" patch from Pino (Closes: #666544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
            '2008' : (self.__tr('Scanner automatic document feeder door opened'), ''),
136
136
            '2009' : (self.__tr('Scan job cancelled'), ''),
137
137
            '2010' : (self.__tr('Check scan image size requirements'), ''),
 
138
            '2011' : (self.__tr('Scanner ADF empty'), ''),
 
139
            '2012' : (self.__tr('Scanner ADF mispick'), ''),
 
140
            '2013' : (self.__tr('Scanner busy'), ''),
138
141
            '3000' : (self.__tr('Fax job started'), ''),
139
142
            '3001' : (self.__tr('Fax job complete'), ''),
140
143
            '3002' : (self.__tr('Fax job failed'), '%try_again%'),
158
161
            '5026' : (self.__tr("Device status not available"), ''),
159
162
            '5031' : ('%5021%', ''),
160
163
            '5034' : (self.__tr('Device does not support requested operation'), '%try_again%'),
 
164
            '5501' : (self.__tr('Device added'), ''),
161
165
            '6000' : (self.__tr('Photocard unload started'), ''),
162
166
            '6001' : (self.__tr('Photocard unload ended'), ''),
163
167
            '6002' : (self.__tr('Photocard unload failed'), self.__tr('Make sure photocard is inserted properly and try again')),