mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
More fixes for #1329026
This commit is contained in:
parent
1d86f8f913
commit
c39c0a900c
@ -1279,13 +1279,13 @@ class KOBOTOUCH(KOBO):
|
|||||||
KOBO_EXTRA_CSSFILE = 'kobo_extra.css'
|
KOBO_EXTRA_CSSFILE = 'kobo_extra.css'
|
||||||
|
|
||||||
EXTRA_CUSTOMIZATION_MESSAGE = [
|
EXTRA_CUSTOMIZATION_MESSAGE = [
|
||||||
_('The Kobo Touch from firmware V2.0.0 supports bookshelves.'
|
_('The Kobo from firmware V2.0.0 supports bookshelves.'
|
||||||
' These are created on the Kobo Touch. ' +
|
' These are created on the Kobo. ' +
|
||||||
'Specify a tags type column for automatic management.'),
|
'Specify a tags type column for automatic management.'),
|
||||||
_('Create Bookshelves') +
|
_('Create Bookshelves') +
|
||||||
':::'+_('Create new bookshelves on the Kobo Touch if they do not exist. This is only for firmware V2.0.0 or later.'),
|
':::'+_('Create new bookshelves on the Kobo if they do not exist. This is only for firmware V2.0.0 or later.'),
|
||||||
_('Delete Empty Bookshelves') +
|
_('Delete Empty Bookshelves') +
|
||||||
':::'+_('Delete any empty bookshelves from the Kobo Touch when syncing is finished. This is only for firmware V2.0.0 or later.'),
|
':::'+_('Delete any empty bookshelves from the Kobo when syncing is finished. This is only for firmware V2.0.0 or later.'),
|
||||||
_('Upload covers for books') +
|
_('Upload covers for books') +
|
||||||
':::'+_('Upload cover images from the calibre library when sending books to the device.'),
|
':::'+_('Upload cover images from the calibre library when sending books to the device.'),
|
||||||
_('Upload Black and White Covers'),
|
_('Upload Black and White Covers'),
|
||||||
@ -1320,7 +1320,7 @@ class KOBOTOUCH(KOBO):
|
|||||||
'to perform full read-write functionality - Here be Dragons!! '
|
'to perform full read-write functionality - Here be Dragons!! '
|
||||||
'Enable only if you are comfortable with restoring your kobo '
|
'Enable only if you are comfortable with restoring your kobo '
|
||||||
'to factory defaults and testing software. '
|
'to factory defaults and testing software. '
|
||||||
'This driver supports firmware V2.x.x and DBVersion up to ' + unicode(supported_dbversion)),
|
'This driver supports firmware V2.x.x and DBVersion up to ') + unicode(supported_dbversion),
|
||||||
_('Title to test when debugging') +
|
_('Title to test when debugging') +
|
||||||
':::'+_('Part of title of a book that can be used when doing some tests for debugging. '
|
':::'+_('Part of title of a book that can be used when doing some tests for debugging. '
|
||||||
'The test is to see if the string is contained in the title of a book. '
|
'The test is to see if the string is contained in the title of a book. '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user