mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
IGN:Tag release
This commit is contained in:
parent
e83f2dc338
commit
2390f2ee7f
@ -5,8 +5,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: calibre 0.8.7\n"
|
||||
"POT-Creation-Date: 2011-06-24 11:11+MDT\n"
|
||||
"PO-Revision-Date: 2011-06-24 11:11+MDT\n"
|
||||
"POT-Creation-Date: 2011-06-24 11:37+MDT\n"
|
||||
"PO-Revision-Date: 2011-06-24 11:37+MDT\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -1719,321 +1719,321 @@ msgstr ""
|
||||
msgid "Output saved to"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:103
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:105
|
||||
msgid "Level of verbosity. Specify multiple times for greater verbosity."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:110
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:112
|
||||
msgid "Save the output from different stages of the conversion pipeline to the specified directory. Useful if you are unsure at which stage of the conversion process a bug is occurring."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:119
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:121
|
||||
msgid "Specify the input profile. The input profile gives the conversion system information on how to interpret various information in the input document. For example resolution dependent lengths (i.e. lengths in pixels). Choices are:"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:130
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:132
|
||||
msgid "Specify the output profile. The output profile tells the conversion system how to optimize the created document for the specified device. In some cases, an output profile is required to produce documents that will work on a device. For example EPUB on the SONY reader. Choices are:"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:141
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:143
|
||||
msgid "The base font size in pts. All font sizes in the produced book will be rescaled based on this size. By choosing a larger size you can make the fonts in the output bigger and vice versa. By default, the base font size is chosen based on the output profile you chose."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:151
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:153
|
||||
msgid "Mapping from CSS font names to font sizes in pts. An example setting is 12,12,14,16,18,20,22,24. These are the mappings for the sizes xx-small to xx-large, with the final size being for huge fonts. The font rescaling algorithm uses these sizes to intelligently rescale fonts. The default is to use a mapping based on the output profile you chose."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:163
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:165
|
||||
msgid "Disable all rescaling of font sizes."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:169
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:171
|
||||
msgid "The minimum line height, as a percentage of the element's calculated font size. calibre will ensure that every element has a line height of at least this setting, irrespective of what the input document specifies. Set to zero to disable. Default is 120%. Use this setting in preference to the direct line height specification, unless you know what you are doing. For example, you can achieve \"double spaced\" text by setting this to 240."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:184
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:186
|
||||
msgid "The line height in pts. Controls spacing between consecutive lines of text. Only applies to elements that do not define their own line height. In most cases, the minimum line height option is more useful. By default no line height manipulation is performed."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:195
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:197
|
||||
msgid "Some badly designed documents use tables to control the layout of text on the page. When converted these documents often have text that runs off the page and other artifacts. This option will extract the content from the tables and present it in a linear fashion."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:205
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:207
|
||||
msgid "XPath expression that specifies all tags that should be added to the Table of Contents at level one. If this is specified, it takes precedence over other forms of auto-detection."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:214
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:216
|
||||
msgid "XPath expression that specifies all tags that should be added to the Table of Contents at level two. Each entry is added under the previous level one entry."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:222
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:224
|
||||
msgid "XPath expression that specifies all tags that should be added to the Table of Contents at level three. Each entry is added under the previous level two entry."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:230
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:232
|
||||
msgid "Normally, if the source file already has a Table of Contents, it is used in preference to the auto-generated one. With this option, the auto-generated one is always used."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:238
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:240
|
||||
msgid "Don't add auto-detected chapters to the Table of Contents."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:245
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:247
|
||||
msgid "If fewer than this number of chapters is detected, then links are added to the Table of Contents. Default: %default"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:252
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:254
|
||||
msgid "Maximum number of links to insert into the TOC. Set to 0 to disable. Default is: %default. Links are only added to the TOC if less than the threshold number of chapters were detected."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:260
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:262
|
||||
msgid "Remove entries from the Table of Contents whose titles match the specified regular expression. Matching entries and all their children are removed."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:271
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:273
|
||||
msgid "An XPath expression to detect chapter titles. The default is to consider <h1> or <h2> tags that contain the words \"chapter\",\"book\",\"section\" or \"part\" as chapter titles as well as any tags that have class=\"chapter\". The expression used must evaluate to a list of elements. To disable chapter detection, use the expression \"/\". See the XPath Tutorial in the calibre User Manual for further help on using this feature."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:285
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:287
|
||||
msgid "Specify how to mark detected chapters. A value of \"pagebreak\" will insert page breaks before chapters. A value of \"rule\" will insert a line before chapters. A value of \"none\" will disable chapter marking and a value of \"both\" will use both page breaks and lines to mark chapters."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:295
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:297
|
||||
msgid "Either the path to a CSS stylesheet or raw CSS. This CSS will be appended to the style rules from the source file, so it can be used to override those rules."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:304
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:306
|
||||
msgid "An XPath expression. Page breaks are inserted before the specified elements."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:310
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:312
|
||||
msgid "Some documents specify page margins by specifying a left and right margin on each individual paragraph. calibre will try to detect and remove these margins. Sometimes, this can cause the removal of margins that should not have been removed. In this case you can disable the removal."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:321
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:323
|
||||
msgid "Set the top margin in pts. Default is %default. Note: 72 pts equals 1 inch"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:326
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:328
|
||||
msgid "Set the bottom margin in pts. Default is %default. Note: 72 pts equals 1 inch"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:331
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:333
|
||||
msgid "Set the left margin in pts. Default is %default. Note: 72 pts equals 1 inch"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:336
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:338
|
||||
msgid "Set the right margin in pts. Default is %default. Note: 72 pts equals 1 inch"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:342
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:344
|
||||
msgid "Change text justification. A value of \"left\" converts all justified text in the source to left aligned (i.e. unjustified) text. A value of \"justify\" converts all unjustified text to justified. A value of \"original\" (the default) does not change justification in the source file. Note that only some output formats support justification."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:352
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:354
|
||||
msgid "Remove spacing between paragraphs. Also sets an indent on paragraphs of 1.5em. Spacing removal will not work if the source file does not use paragraphs (<p> or <div> tags)."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:359
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:361
|
||||
msgid "When calibre removes inter paragraph spacing, it automatically sets a paragraph indent, to ensure that paragraphs can be easily distinguished. This option controls the width of that indent."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:366
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:368
|
||||
msgid "Use the cover detected from the source file in preference to the specified cover."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:372
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:374
|
||||
msgid "Insert a blank line between paragraphs. Will not work if the source file does not use paragraphs (<p> or <div> tags)."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:379
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:381
|
||||
msgid "Remove the first image from the input ebook. Useful if the first image in the source file is a cover and you are specifying an external cover."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:387
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:389
|
||||
msgid "Insert the book metadata at the start of the book. This is useful if your ebook reader does not support displaying/searching metadata directly."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:395
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:397
|
||||
msgid "Convert plain quotes, dashes and ellipsis to their typographically correct equivalents. For details, see http://daringfireball.net/projects/smartypants"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:404
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:406
|
||||
msgid "Read metadata from the specified OPF file. Metadata read from this file will override any metadata in the source file."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:411
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:413
|
||||
msgid "Transliterate unicode characters to an ASCII representation. Use with care because this will replace unicode characters with ASCII. For instance it will replace \"%s\" with \"Mikhail Gorbachiov\". Also, note that in cases where there are multiple representations of a character (characters shared by Chinese and Japanese for instance) the representation based on the current calibre interface language will be used."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:426
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:428
|
||||
msgid "Preserve ligatures present in the input document. A ligature is a special rendering of a pair of characters like ff, fi, fl et cetera. Most readers do not have support for ligatures in their default fonts, so they are unlikely to render correctly. By default, calibre will turn a ligature into the corresponding pair of normal characters. This option will preserve them instead."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:438
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:440
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:38
|
||||
msgid "Set the title."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:442
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:444
|
||||
msgid "Set the authors. Multiple authors should be separated by ampersands."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:447
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:449
|
||||
msgid "The version of the title to be used for sorting. "
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:451
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:453
|
||||
msgid "String to be used when sorting by author. "
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:455
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:457
|
||||
msgid "Set the cover to the specified file or URL"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:459
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:461
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:54
|
||||
msgid "Set the ebook description."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:463
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:465
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:56
|
||||
msgid "Set the ebook publisher."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:467
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:469
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:60
|
||||
msgid "Set the series this ebook belongs to."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:471
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:473
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:62
|
||||
msgid "Set the index of the book in this series."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:475
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:477
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:64
|
||||
msgid "Set the rating. Should be a number between 1 and 5."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:479
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:481
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:66
|
||||
msgid "Set the ISBN of the book."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:483
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:485
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:68
|
||||
msgid "Set the tags for the book. Should be a comma separated list."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:487
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:489
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:70
|
||||
msgid "Set the book producer."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:491
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:493
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/cli.py:72
|
||||
msgid "Set the language."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:495
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:497
|
||||
msgid "Set the publication date."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:499
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:501
|
||||
msgid "Set the book timestamp (used by the date column in calibre)."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:503
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:505
|
||||
msgid "Enable heuristic processing. This option must be set for any heuristic processing to take place."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:508
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:510
|
||||
msgid "Detect unformatted chapter headings and sub headings. Change them to h2 and h3 tags. This setting will not create a TOC, but can be used in conjunction with structure detection to create one."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:515
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:517
|
||||
msgid "Look for common words and patterns that denote italics and italicize them."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:520
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:522
|
||||
msgid "Turn indentation created from multiple non-breaking space entities into CSS indents."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:525
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:527
|
||||
msgid "Scale used to determine the length at which a line should be unwrapped. Valid values are a decimal between 0 and 1. The default is 0.4, just below the median line length. If only a few lines in the document require unwrapping this value should be reduced"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:533
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:535
|
||||
msgid "Unwrap lines using punctuation and other formatting clues."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:537
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:539
|
||||
msgid "Remove empty paragraphs from the document when they exist between every other paragraph"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:542
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:544
|
||||
msgid "Left aligned scene break markers are center aligned. Replace soft scene breaks that use multiple blank lines withhorizontal rules."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:548
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:550
|
||||
msgid "Replace scene breaks with the specified text. By default, the text from the input document is used."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:553
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:555
|
||||
msgid "Analyze hyphenated words throughout the document. The document itself is used as a dictionary to determine whether hyphens should be retained or removed."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:559
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:561
|
||||
msgid "Looks for occurrences of sequential <h1> or <h2> tags. The tags are renumbered to prevent splitting in the middle of chapter headings."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:565
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:567
|
||||
msgid "Search pattern (regular expression) to be replaced with sr1-replace."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:570
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:572
|
||||
msgid "Replacement to replace the text found with sr1-search."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:574
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:576
|
||||
msgid "Search pattern (regular expression) to be replaced with sr2-replace."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:579
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:581
|
||||
msgid "Replacement to replace the text found with sr2-search."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:583
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:585
|
||||
msgid "Search pattern (regular expression) to be replaced with sr3-replace."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:588
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:590
|
||||
msgid "Replacement to replace the text found with sr3-search."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:690
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:692
|
||||
msgid "Could not find an ebook inside the archive"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:748
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:750
|
||||
msgid "Values of series index and rating must be numbers. Ignoring"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:755
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:757
|
||||
msgid "Failed to parse date/time"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:914
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:916
|
||||
msgid "Converting input to HTML..."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:941
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:943
|
||||
msgid "Running transforms on ebook..."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:1037
|
||||
#: /home/kovid/work/calibre/src/calibre/ebooks/conversion/plumber.py:1039
|
||||
msgid "Creating"
|
||||
msgstr ""
|
||||
|
||||
@ -5341,7 +5341,7 @@ msgid "Bulk Convert"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/bulk.py:89
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:185
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:189
|
||||
msgid "Options specific to the output format."
|
||||
msgstr ""
|
||||
|
||||
@ -6157,11 +6157,11 @@ msgstr ""
|
||||
msgid "<p>Search and replace uses <i>regular expressions</i>. See the <a href=\"http://manual.calibre-ebook.com/regexp.html\">regular expressions tutorial</a> to get started with regular expressions. Also clicking the wizard buttons below will allow you to test your regular expression against the current input document."
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:169
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:173
|
||||
msgid "Convert"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:196
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:200
|
||||
msgid "Options specific to the input format."
|
||||
msgstr ""
|
||||
|
||||
@ -7074,7 +7074,7 @@ msgid "New &Location:"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/choose_library_ui.py:80
|
||||
msgid "Use &existing library at the new location"
|
||||
msgid "Use the previously &existing library at the new location"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/choose_library_ui.py:81
|
||||
|
Loading…
x
Reference in New Issue
Block a user