mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
7f79f21f1d
commit
f0c948eee9
@ -705,7 +705,7 @@ class KindlePaperWhiteOutput(KindleOutput):
|
|||||||
|
|
||||||
name = 'Kindle PaperWhite'
|
name = 'Kindle PaperWhite'
|
||||||
short_name = 'kindle_pw'
|
short_name = 'kindle_pw'
|
||||||
description = _('This profile is intended for the Amazon Kindle PaperWhite 1 and 2')
|
description = _('This profile is intended for the Amazon Kindle Paperwhite 1 and 2')
|
||||||
|
|
||||||
# Screen size is a best guess
|
# Screen size is a best guess
|
||||||
screen_size = (658, 940)
|
screen_size = (658, 940)
|
||||||
@ -730,7 +730,7 @@ class KindlePaperWhite3Output(KindleVoyageOutput):
|
|||||||
|
|
||||||
name = 'Kindle PaperWhite 3'
|
name = 'Kindle PaperWhite 3'
|
||||||
short_name = 'kindle_pw3'
|
short_name = 'kindle_pw3'
|
||||||
description = _('This profile is intended for the Amazon Kindle PaperWhite 3 and above')
|
description = _('This profile is intended for the Amazon Kindle Paperwhite 3 and above')
|
||||||
# Screen size is currently just the spec size, actual renderable area will
|
# Screen size is currently just the spec size, actual renderable area will
|
||||||
# depend on someone with the device doing tests.
|
# depend on someone with the device doing tests.
|
||||||
screen_size = (1072, 1430)
|
screen_size = (1072, 1430)
|
||||||
@ -742,7 +742,7 @@ class KindleOasisOutput(KindlePaperWhite3Output):
|
|||||||
|
|
||||||
name = 'Kindle Oasis'
|
name = 'Kindle Oasis'
|
||||||
short_name = 'kindle_oasis'
|
short_name = 'kindle_oasis'
|
||||||
description = _('This profile is intended for the Amazon Kindle Oasis 2017, PaperWhite 2021 and above')
|
description = _('This profile is intended for the Amazon Kindle Oasis 2017, Paperwhite 2021 and above')
|
||||||
# Screen size is currently just the spec size, actual renderable area will
|
# Screen size is currently just the spec size, actual renderable area will
|
||||||
# depend on someone with the device doing tests.
|
# depend on someone with the device doing tests.
|
||||||
screen_size = (1264, 1680)
|
screen_size = (1264, 1680)
|
||||||
|
@ -328,7 +328,7 @@ class KINDLE(USBMS):
|
|||||||
class KINDLE2(KINDLE):
|
class KINDLE2(KINDLE):
|
||||||
|
|
||||||
name = 'Kindle 2/3/4/Touch/PaperWhite/Voyage Device Interface'
|
name = 'Kindle 2/3/4/Touch/PaperWhite/Voyage Device Interface'
|
||||||
description = _('Communicate with the Kindle 2/3/4/Touch/PaperWhite/Voyage e-book reader.')
|
description = _('Communicate with the Kindle 2/3/4/Touch/Paperwhite/Voyage e-book reader.')
|
||||||
|
|
||||||
FORMATS = ['azw', 'mobi', 'azw3', 'prc', 'azw1', 'tpz', 'azw4', 'kfx', 'pobi', 'pdf', 'txt']
|
FORMATS = ['azw', 'mobi', 'azw3', 'prc', 'azw1', 'tpz', 'azw4', 'kfx', 'pobi', 'pdf', 'txt']
|
||||||
DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs', '.sdr', '.han']
|
DELETE_EXTS = KINDLE.DELETE_EXTS + ['.mbp1', '.mbs', '.sdr', '.han']
|
||||||
|
@ -75,7 +75,7 @@ class RunAction(QDialog):
|
|||||||
|
|
||||||
def __init__(self, title, err_msg, action, parent=None):
|
def __init__(self, title, err_msg, action, parent=None):
|
||||||
QDialog.__init__(self, parent)
|
QDialog.__init__(self, parent)
|
||||||
self.setWindowTitle(_('Working please wait...'))
|
self.setWindowTitle(_('Working, please wait...'))
|
||||||
self.title, self.action, self.tb, self.err_msg = title, action, None, err_msg
|
self.title, self.action, self.tb, self.err_msg = title, action, None, err_msg
|
||||||
self.abort = Event()
|
self.abort = Event()
|
||||||
self.setup_ui()
|
self.setup_ui()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user