summaryrefslogtreecommitdiff
path: root/base/strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/strings.py')
-rw-r--r--base/strings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/strings.py b/base/strings.py
index b858fea49..83fdb463e 100644
--- a/base/strings.py
+++ b/base/strings.py
@@ -135,6 +135,9 @@ class StringTable:
'2008' : (self.__tr('Scanner automatic document feeder door opened'), ''),
'2009' : (self.__tr('Scan job cancelled'), ''),
'2010' : (self.__tr('Check scan image size requirements'), ''),
+ '2011' : (self.__tr('Scanner ADF empty'), ''),
+ '2012' : (self.__tr('Scanner ADF mispick'), ''),
+ '2013' : (self.__tr('Scanner busy'), ''),
'3000' : (self.__tr('Fax job started'), ''),
'3001' : (self.__tr('Fax job complete'), ''),
'3002' : (self.__tr('Fax job failed'), '%try_again%'),
@@ -158,6 +161,7 @@ class StringTable:
'5026' : (self.__tr("Device status not available"), ''),
'5031' : ('%5021%', ''),
'5034' : (self.__tr('Device does not support requested operation'), '%try_again%'),
+ '5501' : (self.__tr('Device added'), ''),
'6000' : (self.__tr('Photocard unload started'), ''),
'6001' : (self.__tr('Photocard unload ended'), ''),
'6002' : (self.__tr('Photocard unload failed'), self.__tr('Make sure photocard is inserted properly and try again')),