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
e8a7bd2167
commit
c45ef9be71
@ -329,10 +329,9 @@ utility, etc.
|
||||
Over the air
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
calibre has a builtin web server, the :doc:`server`. It makes you calibre
|
||||
collection available over the net. You can brwse it on your device using a
|
||||
simple browser or a dedicated application.
|
||||
First perform the following steps in calibre
|
||||
calibre has a builtin web server, the :doc:`server`. It makes your calibre
|
||||
collection available over the net. You can browse it on your device using a
|
||||
simple browser or a dedicated application. First perform the following steps in calibre:
|
||||
|
||||
* Set the :guilabel:`Preferred Output Format` in calibre to EPUB for normal Android devices or MOBI for Kindles (The output format can be set under :guilabel:`Preferences->Interface->Behavior`)
|
||||
* Convert the books you want to read on your device to EPUB/MOBI format by selecting them and clicking the :guilabel:`Convert` button.
|
||||
|
@ -206,7 +206,7 @@ gui_last_modified_display_format = 'dd MMM yyyy'
|
||||
# book will sort under 'T'.
|
||||
# This flag affects calibre's library display. It has no effect on devices. In
|
||||
# addition, titles for books added before changing the flag will retain their
|
||||
# order until the title is edited. Editing a title and hitting return
|
||||
# order until the title is edited. Editing a title and hitting Enter
|
||||
# without changing anything is sufficient to change the sort. Or you can use
|
||||
# the 'Update title sort' action in the Bulk metadata edit dialog to update
|
||||
# it for many books at once.
|
||||
@ -401,7 +401,7 @@ sort_dates_using_visible_fields = False
|
||||
cover_trim_fuzz_value = 10
|
||||
|
||||
#: Control behavior of the book list
|
||||
# You can control the behavior of double clicks and pressing enter on the books
|
||||
# You can control the behavior of double clicks and pressing Enter on the books
|
||||
# list. Choices: open_viewer, do_nothing, show_book_details, edit_cell,
|
||||
# edit_metadata. Selecting anything other than open_viewer or show_book_details
|
||||
# has the side effect of disabling editing a field using a single click.
|
||||
|
@ -216,7 +216,7 @@ class DevicePlugin(Plugin):
|
||||
:param key: The key to unlock the device
|
||||
:param log_packets: If true the packet stream to/from the device is logged
|
||||
:param report_progress: Function that is called with a % progress
|
||||
(number between 0 and 100) for various tasks
|
||||
(number between 0 and 100) for various tasks.
|
||||
If it is called with -1 that means that the
|
||||
task does not have any progress information
|
||||
:param detected_device: Device information from the device scanner
|
||||
@ -302,7 +302,7 @@ class DevicePlugin(Plugin):
|
||||
Set a function to report progress information.
|
||||
|
||||
:param report_progress: Function that is called with a % progress
|
||||
(number between 0 and 100) for various tasks
|
||||
(number between 0 and 100) for various tasks.
|
||||
If it is called with -1 that means that the
|
||||
task does not have any progress information
|
||||
|
||||
|
@ -26,8 +26,8 @@ class DOCXOutput(OutputFormatPlugin):
|
||||
'are %s') % PAGE_SIZES),
|
||||
|
||||
OptionRecommendation(name='docx_custom_page_size', recommended_value=None,
|
||||
help=_('Custom size of the document. Use the form width x height '
|
||||
'EG. `123x321` to specify the width and height (in pts). '
|
||||
help=_('Custom size of the document. Use the form width x height, '
|
||||
'for example: `123x321` to specify the width and height (in pts). '
|
||||
'This overrides any specified page-size.')),
|
||||
|
||||
OptionRecommendation(name='docx_no_cover', recommended_value=False,
|
||||
|
@ -73,7 +73,7 @@ user categories, and other information from the old to the new library</string>
|
||||
<item row="6" column="0" colspan="3">
|
||||
<widget class="QRadioButton" name="move_library">
|
||||
<property name="text">
|
||||
<string>&Move current library to new location</string>
|
||||
<string>&Move the current library to new location</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -1109,7 +1109,7 @@ see the counts by hovering your mouse over any item.</string>
|
||||
<widget class="QCheckBox" name="opt_tag_browser_allow_keyboard_focus">
|
||||
<property name="toolTip">
|
||||
<string><p>When checked, the Tag browser can get keyboard focus, allowing
|
||||
use of the keyboard to navigate the tree using the arrow keys. The RETURN key simulates
|
||||
use of the keyboard to navigate the tree using the arrow keys. The Enter key simulates
|
||||
a click on the selected item. The keyboard shortcut 'Tag browser /
|
||||
Give the Tag browser keyboard focus' changes the keyboard focus without
|
||||
using the mouse.</p></string>
|
||||
|
@ -130,7 +130,7 @@ View an e-book.
|
||||
'Alternately, you can use the form toc:something and it will open '
|
||||
'at the location of the first Table of Contents entry that contains '
|
||||
'the string "something". The form toc-href:something will match the '
|
||||
'href (internal link destination) of toc nodes. The matching is exact, '
|
||||
'href (internal link destination) of toc nodes. The matching is exact. '
|
||||
'If you want to match a substring, use the form toc-href-contains:something. '
|
||||
'The form ref:something will use Reference mode references.'))
|
||||
a('--continue', default=False, action='store_true', dest='continue_reading',
|
||||
|
Loading…
x
Reference in New Issue
Block a user