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
816d20edc0
commit
ec53d6ce7b
@ -488,12 +488,12 @@ Book Details
|
|||||||
|
|
||||||
The Book Details display shows the cover and all the metadata for the currently
|
The Book Details display shows the cover and all the metadata for the currently
|
||||||
selected book. It can be hidden via the button in the lower right corner of the
|
selected book. It can be hidden via the button in the lower right corner of the
|
||||||
main calibre window. The author names shown in the Book Detail panel are
|
main calibre window. The author names shown in the Book Details panel are
|
||||||
clickable, they will by default take you to the Wikipedia page for the author.
|
clickable, they will by default take you to the Wikipedia page for the author.
|
||||||
This can be customized by right clicking on the author name and selecting
|
This can be customized by right clicking on the author name and selecting
|
||||||
Manage this author.
|
Manage this author.
|
||||||
|
|
||||||
Similarly, if you download metadata for the book, the Book details panel will
|
Similarly, if you download metadata for the book, the Book Details panel will
|
||||||
automatically show you links pointing to the web pages for the book on amazon,
|
automatically show you links pointing to the web pages for the book on amazon,
|
||||||
worldcat, etc. from where the metadata was downloaded.
|
worldcat, etc. from where the metadata was downloaded.
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ class PLAYBOOK(USBMS):
|
|||||||
|
|
||||||
name = 'Blackberry Playbook Interface'
|
name = 'Blackberry Playbook Interface'
|
||||||
gui_name = 'Playbook'
|
gui_name = 'Playbook'
|
||||||
description = _('Communicate with the Blackberry playbook.')
|
description = _('Communicate with the Blackberry Playbook.')
|
||||||
author = _('Kovid Goyal')
|
author = _('Kovid Goyal')
|
||||||
supported_platforms = ['windows', 'linux', 'osx']
|
supported_platforms = ['windows', 'linux', 'osx']
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ import calibre.devices.cybook.t4b as t4b
|
|||||||
class CYBOOK(USBMS):
|
class CYBOOK(USBMS):
|
||||||
|
|
||||||
name = 'Cybook Gen 3 / Opus Device Interface'
|
name = 'Cybook Gen 3 / Opus Device Interface'
|
||||||
gui_name = 'Cybook Gen 3 / Opus'
|
gui_name = 'Cybook Gen 3/Opus'
|
||||||
description = _('Communicate with the Cybook Gen 3 / Opus eBook reader.')
|
description = _('Communicate with the Cybook Gen 3/Opus eBook reader.')
|
||||||
author = 'John Schember'
|
author = 'John Schember'
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<normaloff>:/images/lt.png</normaloff>:/images/lt.png</iconset>
|
<normaloff>:/images/lt.png</normaloff>:/images/lt.png</iconset>
|
||||||
</attribute>
|
</attribute>
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Main Interface</string>
|
<string>Main interface</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout" name="gridLayout_9">
|
<layout class="QGridLayout" name="gridLayout_9">
|
||||||
<item row="9" column="0">
|
<item row="9" column="0">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user