From c4d2fcc3c175b191098e13364caf98ee7eb64cf6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 Apr 2017 10:38:42 +0530 Subject: [PATCH] String changes --- manual/conversion.rst | 13 +++++++------ src/calibre/customize/builtins.py | 8 ++++---- src/calibre/debug.py | 4 ++-- src/calibre/devices/binatone/driver.py | 3 +-- src/calibre/devices/eslick/driver.py | 6 ++---- src/calibre/devices/hanlin/driver.py | 7 +++---- src/calibre/devices/kobo/driver.py | 2 +- src/calibre/devices/kobo/kobotouch_config.py | 2 +- src/calibre/devices/prs505/driver.py | 5 ++--- src/calibre/devices/prst1/driver.py | 2 +- src/calibre/devices/usbms/driver.py | 2 +- src/calibre/ebooks/conversion/cli.py | 8 ++++---- .../ebooks/conversion/plugins/comic_input.py | 3 +-- src/calibre/ebooks/conversion/plugins/docx_input.py | 3 +-- src/calibre/web/feeds/news.py | 4 ++-- 15 files changed, 33 insertions(+), 39 deletions(-) diff --git a/manual/conversion.rst b/manual/conversion.rst index e7fddcbda1..dab8dac1dd 100644 --- a/manual/conversion.rst +++ b/manual/conversion.rst @@ -569,12 +569,13 @@ used by default. You can also change settings in the conversion dialog for each book conversion. When you convert a book, calibre remembers the settings you used for that book, so that if you convert it again, the saved settings for the individual book -will take precedence over the defaults set in Preferences. You can restore the -individual settings to defaults by using the :guilabel:`Restore to defaults` -button in the individual book conversion dialog. You can remove the saved -settings for a group of books by selecting all the books and then clicking the -edit metadata button to bring up the bulk metadata edit dialog, near the bottom -of the dialog is an option to remove stored conversion settings. +will take precedence over the defaults set in :guilabel:`Preferences`. You can +restore the individual settings to defaults by using the :guilabel:`Restore defaults` +button in the individual book conversion dialog. You can remove the +saved settings for a group of books by selecting all the books and then +clicking the :guilabel:`Edit metadata` button to bring up the bulk metadata +edit dialog, near the bottom of the dialog is an option to remove stored +conversion settings. When you Bulk Convert a set of books, settings are taken in the following order (last one wins): diff --git a/src/calibre/customize/builtins.py b/src/calibre/customize/builtins.py index dc01a39fc0..44fbf996ca 100644 --- a/src/calibre/customize/builtins.py +++ b/src/calibre/customize/builtins.py @@ -358,7 +358,7 @@ class RARMetadataReader(MetadataReaderPlugin): name = 'Read RAR metadata' file_types = set(['rar']) - description = _('Read metadata from ebooks in RAR archives') + description = _('Read metadata from e-books in RAR archives') def get_metadata(self, stream, ftype): from calibre.ebooks.metadata.rar import get_metadata @@ -439,7 +439,7 @@ class ZipMetadataReader(MetadataReaderPlugin): name = 'Read ZIP metadata' file_types = set(['zip', 'oebzip']) - description = _('Read metadata from ebooks in ZIP archives') + description = _('Read metadata from e-books in ZIP archives') def get_metadata(self, stream, ftype): from calibre.ebooks.metadata.zip import get_metadata @@ -1005,13 +1005,13 @@ class ActionCopyToLibrary(InterfaceActionBase): class ActionTweakEpub(InterfaceActionBase): name = 'Tweak ePub' actual_plugin = 'calibre.gui2.actions.tweak_epub:TweakEpubAction' - description = _('Edit e-books in the epub or azw3 formats') + description = _('Edit e-books in the EPUB or AZW3 formats') class ActionUnpackBook(InterfaceActionBase): name = 'Unpack Book' actual_plugin = 'calibre.gui2.actions.unpack_book:UnpackBookAction' - description = _('Make small changes to epub or htmlz files in your calibre library') + description = _('Make small changes to EPUB or HTMLZ files in your calibre library') class ActionNextMatch(InterfaceActionBase): diff --git a/src/calibre/debug.py b/src/calibre/debug.py index 79e2ec6d57..357f42537c 100644 --- a/src/calibre/debug.py +++ b/src/calibre/debug.py @@ -21,7 +21,7 @@ this command starts an embedded python interpreter. You can also run the main calibre GUI, the calibre viewer and the calibre editor in debug mode. It also contains interfaces to various bits of calibre that do not have -dedicated command line tools, such as font subsetting, the ebook diff tool and so +dedicated command line tools, such as font subsetting, the e-book diff tool and so on. You can also use %prog to run standalone scripts. To do that use it like this: @@ -44,7 +44,7 @@ Everything after the -- is passed to the script. ' specified path. For internal use only, use the -g' ' option to run the GUI in debug mode')) parser.add_option('-w', '--viewer', default=False, action='store_true', - help=_('Run the ebook viewer in debug mode')) + help=_('Run the e-book viewer in debug mode')) parser.add_option('--paths', default=False, action='store_true', help=_('Output the paths necessary to setup the calibre environment')) parser.add_option('--add-simple-plugin', default=None, diff --git a/src/calibre/devices/binatone/driver.py b/src/calibre/devices/binatone/driver.py index 836bda20be..d7fbb69ff9 100644 --- a/src/calibre/devices/binatone/driver.py +++ b/src/calibre/devices/binatone/driver.py @@ -15,7 +15,7 @@ class README(USBMS): name = 'Binatone Readme Device Interface' gui_name = 'Binatone Readme' - description = _('Communicate with the Binatone Readme eBook reader.') + description = _('Communicate with the Binatone Readme e-book reader.') author = 'John Schember' supported_platforms = ['windows', 'osx', 'linux'] @@ -54,4 +54,3 @@ class README(USBMS): drives['main'] = carda drives['carda'] = main return drives - diff --git a/src/calibre/devices/eslick/driver.py b/src/calibre/devices/eslick/driver.py index f2ac77e0cd..34b8c2343f 100644 --- a/src/calibre/devices/eslick/driver.py +++ b/src/calibre/devices/eslick/driver.py @@ -14,7 +14,7 @@ class ESLICK(USBMS): name = 'ESlick Device Interface' gui_name = 'Foxit ESlick' - description = _('Communicate with the ESlick eBook reader.') + description = _('Communicate with the ESlick e-book reader.') author = 'Kovid Goyal' supported_platforms = ['windows', 'osx', 'linux'] @@ -46,7 +46,7 @@ class EBK52(ESLICK): name = 'EBK-52 Device Interface' gui_name = 'Sigmatek EBK' - description = _('Communicate with the Sigmatek eBook reader.') + description = _('Communicate with the Sigmatek e-book reader.') FORMATS = ['epub', 'fb2', 'pdf', 'txt'] @@ -59,5 +59,3 @@ class EBK52(ESLICK): @classmethod def can_handle(cls, dev, debug=False): return (dev[3], dev[4]) == ('philips', 'Philips d') - - diff --git a/src/calibre/devices/hanlin/driver.py b/src/calibre/devices/hanlin/driver.py index e270c4b2f0..a8fdfe480c 100644 --- a/src/calibre/devices/hanlin/driver.py +++ b/src/calibre/devices/hanlin/driver.py @@ -17,7 +17,7 @@ class HANLINV3(USBMS): name = 'Hanlin V3 driver' gui_name = 'Hanlin V3' - description = _('Communicate with Hanlin V3 eBook readers.') + description = _('Communicate with Hanlin V3 e-book readers.') author = 'Tijmen Ruizendaal' supported_platforms = ['windows', 'osx', 'linux'] @@ -97,7 +97,7 @@ class SPECTRA(HANLINV3): class HANLINV5(HANLINV3): name = 'Hanlin V5 driver' gui_name = 'Hanlin V5' - description = _('Communicate with Hanlin V5 eBook readers.') + description = _('Communicate with Hanlin V5 e-book readers.') VENDOR_ID = [0x0492] PRODUCT_ID = [0x8813] @@ -116,7 +116,7 @@ class BOOX(HANLINV3): name = 'BOOX driver' gui_name = 'BOOX' - description = _('Communicate with the BOOX eBook reader.') + description = _('Communicate with the BOOX e-book reader.') author = 'Jesus Manuel Marinho Valcarce' supported_platforms = ['windows', 'osx', 'linux'] METADATA_CACHE = '.metadata.calibre' @@ -159,4 +159,3 @@ class BOOX(HANLINV3): def linux_swap_drives(self, drives): return drives - diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index a651dda69d..3604dcb4e5 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -102,7 +102,7 @@ class KOBO(USBMS): _('Create tags for automatic management'), _('Upload covers for books (newer readers)') + ':::'+_('Normally, the KOBO readers get the cover image from the' - ' ebook file itself. With this option, calibre will send a ' + ' e-book file itself. With this option, calibre will send a ' 'separate cover image to the reader, useful if you ' 'have modified the cover.'), _('Upload Black and White Covers'), diff --git a/src/calibre/devices/kobo/kobotouch_config.py b/src/calibre/devices/kobo/kobotouch_config.py index ad9df63828..fcf87d985c 100644 --- a/src/calibre/devices/kobo/kobotouch_config.py +++ b/src/calibre/devices/kobo/kobotouch_config.py @@ -179,7 +179,7 @@ class BookUploadsGroupBox(DeviceOptionsGroupBox): self.modify_css_checkbox = create_checkbox( _("Modify CSS"), _('This allows addition of user CSS rules and removal of some CSS. ' - 'When sending a book, the driver adds the contents of {0} to all stylesheets in the ePub. ' + 'When sending a book, the driver adds the contents of {0} to all stylesheets in the EPUB. ' 'This file is searched for in the root directory of the main memory of the device. ' 'As well as this, if the file contains settings for the "orphans" or "widows", ' 'these are removed for all styles in the original stylesheet.').format(device.KOBO_EXTRA_CSSFILE), diff --git a/src/calibre/devices/prs505/driver.py b/src/calibre/devices/prs505/driver.py index 0d015c9254..21f00747c8 100644 --- a/src/calibre/devices/prs505/driver.py +++ b/src/calibre/devices/prs505/driver.py @@ -20,7 +20,7 @@ class PRS505(USBMS): name = 'SONY Device Interface' gui_name = 'SONY Reader' - description = _('Communicate with Sony eBook readers older than the' + description = _('Communicate with Sony e-book readers older than the' ' PRST1.') author = 'Kovid Goyal' supported_platforms = ['windows', 'osx', 'linux'] @@ -75,7 +75,7 @@ class PRS505(USBMS): abt='abt', abtv=ALL_BY_TITLE, aba='aba', abav=ALL_BY_AUTHOR), _('Upload separate cover thumbnails for books (newer readers)') + ':::'+ _('Normally, the SONY readers get the cover image from the' - ' ebook file itself. With this option, calibre will send a ' + ' e-book file itself. With this option, calibre will send a ' 'separate cover image to the reader, useful if you are ' 'sending DRMed books in which you cannot change the cover.' ' WARNING: This option should only be used with newer ' @@ -298,4 +298,3 @@ class PRS505(USBMS): with lopen(cpath, 'wb') as f: f.write(metadata.thumbnail[-1]) debug_print('Cover uploaded to: %r'%cpath) - diff --git a/src/calibre/devices/prst1/driver.py b/src/calibre/devices/prst1/driver.py index 8693043be2..408e557051 100644 --- a/src/calibre/devices/prst1/driver.py +++ b/src/calibre/devices/prst1/driver.py @@ -38,7 +38,7 @@ class ImageWrapper(object): class PRST1(USBMS): name = 'SONY PRST1 and newer Device Interface' gui_name = 'SONY Reader' - description = _('Communicate with the PRST1 and newer SONY eBook readers') + description = _('Communicate with the PRST1 and newer SONY e-book readers') author = 'Kovid Goyal' supported_platforms = ['windows', 'osx', 'linux'] path_sep = '/' diff --git a/src/calibre/devices/usbms/driver.py b/src/calibre/devices/usbms/driver.py index c3c57c9e21..ef93196818 100644 --- a/src/calibre/devices/usbms/driver.py +++ b/src/calibre/devices/usbms/driver.py @@ -338,7 +338,7 @@ class USBMS(CLI, Device): :param filename: The name of the book file without the extension. :param metadata: metadata belonging to the book. Use metadata.thumbnail for cover - :param filepath: The full path to the ebook file + :param filepath: The full path to the e-book file ''' pass diff --git a/src/calibre/ebooks/conversion/cli.py b/src/calibre/ebooks/conversion/cli.py index 1f662ac800..2c775f86fa 100644 --- a/src/calibre/ebooks/conversion/cli.py +++ b/src/calibre/ebooks/conversion/cli.py @@ -21,17 +21,17 @@ from calibre.utils.localization import localize_user_manual_link USAGE = '%prog ' + _('''\ input_file output_file [options] -Convert an ebook from one format to another. +Convert an e-book from one format to another. input_file is the input and output_file is the output. Both must be \ specified as the first two arguments to the command. -The output ebook format is guessed from the file extension of \ +The output e-book format is guessed from the file extension of \ output_file. output_file can also be of the special format .EXT where \ EXT is the output file extension. In this case, the name of the output \ file is derived from the name of the input file. Note that the filenames must \ not start with a hyphen. Finally, if output_file has no extension, then \ -it is treated as a directory and an "open ebook" (OEB) consisting of HTML \ +it is treated as a directory and an "open e-book" (OEB) consisting of HTML \ files is written to that directory. These files are the files that would \ normally have been passed to the output plugin. @@ -269,7 +269,7 @@ def add_pipeline_options(parser, plumber): def option_parser(): parser = OptionParser(usage=USAGE) parser.add_option('--list-recipes', default=False, action='store_true', - help=_('List builtin recipe names. You can create an ebook from ' + help=_('List builtin recipe names. You can create an e-book from ' 'a builtin recipe like this: ebook-convert "Recipe Name.recipe" ' 'output.epub')) return parser diff --git a/src/calibre/ebooks/conversion/plugins/comic_input.py b/src/calibre/ebooks/conversion/plugins/comic_input.py index 882501462c..f64acc5acb 100644 --- a/src/calibre/ebooks/conversion/plugins/comic_input.py +++ b/src/calibre/ebooks/conversion/plugins/comic_input.py @@ -55,7 +55,7 @@ class ComicInput(InputFormatPlugin): "alphabetically by name. Instead use the order they were " "added to the comic.")), OptionRecommendation(name='output_format', choices=['png', 'jpg'], - recommended_value='png', help=_('The format that images in the created ebook ' + recommended_value='png', help=_('The format that images in the created e-book ' 'are converted to. You can experiment to see which format gives ' 'you optimal size and look on your device.')), OptionRecommendation(name='no_process', recommended_value=False, @@ -261,4 +261,3 @@ class ComicInput(InputFormatPlugin): f.write(wrapper.encode('utf-8')) wrappers.append(page) return wrappers - diff --git a/src/calibre/ebooks/conversion/plugins/docx_input.py b/src/calibre/ebooks/conversion/plugins/docx_input.py index 56d5c107ea..704ccc15d2 100644 --- a/src/calibre/ebooks/conversion/plugins/docx_input.py +++ b/src/calibre/ebooks/conversion/plugins/docx_input.py @@ -18,7 +18,7 @@ class DOCXInput(InputFormatPlugin): options = { OptionRecommendation(name='docx_no_cover', recommended_value=False, help=_('Normally, if a large image is present at the start of the document that looks like a cover, ' - 'it will be removed from the document and used as the cover for created ebook. This option ' + 'it will be removed from the document and used as the cover for created e-book. This option ' 'turns off that behavior.')), OptionRecommendation(name='docx_no_pagebreaks_between_notes', recommended_value=False, help=_('Do not insert a page break after every endnote.')), @@ -32,4 +32,3 @@ class DOCXInput(InputFormatPlugin): from calibre.ebooks.docx.to_html import Convert return Convert(stream, detect_cover=not options.docx_no_cover, log=log, notes_nopb=options.docx_no_pagebreaks_between_notes, nosupsub=options.docx_inline_subsup)() - diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index bd3743ef26..4572ae8b53 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -49,7 +49,7 @@ class BasicNewsRecipe(Recipe): to creating recipes, see :doc:`news`. ''' - #: The title to use for the ebook + #: The title to use for the e-book title = _('Unknown News Source') #: A couple of lines that describe the content this recipe downloads. @@ -106,7 +106,7 @@ class BasicNewsRecipe(Recipe): #: Convenient flag to disable loading of stylesheets for websites #: that have overly complex stylesheets unsuitable for conversion - #: to ebooks formats. + #: to e-book formats. #: If True stylesheets are not downloaded and processed no_stylesheets = False