mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1132220 (Translation: word order + missing texts)
This commit is contained in:
parent
32a6b097ef
commit
f2782c979f
@ -725,13 +725,15 @@ class EbookViewer(MainWindow, Ui_EbookViewer):
|
|||||||
self.view.shrink_fonts()
|
self.view.shrink_fonts()
|
||||||
|
|
||||||
def magnification_changed(self, val):
|
def magnification_changed(self, val):
|
||||||
tt = _('%(which)s font size [%(sc)s]\nCurrent magnification: %(mag).1f')
|
tt = '%(action)s [%(sc)s]\n'+_('Current magnification: %(mag).1f')
|
||||||
sc = unicode(self.action_font_size_larger.shortcut().toString())
|
sc = unicode(self.action_font_size_larger.shortcut().toString())
|
||||||
self.action_font_size_larger.setToolTip(
|
self.action_font_size_larger.setToolTip(
|
||||||
tt %dict(which=_('Increase'), mag=val, sc=sc))
|
tt %dict(action=unicode(self.action_font_size_larger.text()),
|
||||||
|
mag=val, sc=sc))
|
||||||
sc = unicode(self.action_font_size_smaller.shortcut().toString())
|
sc = unicode(self.action_font_size_smaller.shortcut().toString())
|
||||||
self.action_font_size_smaller.setToolTip(
|
self.action_font_size_smaller.setToolTip(
|
||||||
tt %dict(which=_('Decrease'), mag=val, sc=sc))
|
tt %dict(action=unicode(self.action_font_size_smaller.text()),
|
||||||
|
mag=val, sc=sc))
|
||||||
self.action_font_size_larger.setEnabled(self.view.multiplier < 3)
|
self.action_font_size_larger.setEnabled(self.view.multiplier < 3)
|
||||||
self.action_font_size_smaller.setEnabled(self.view.multiplier > 0.2)
|
self.action_font_size_smaller.setEnabled(self.view.multiplier > 0.2)
|
||||||
|
|
||||||
|
@ -955,8 +955,8 @@ class LayoutButton(QToolButton):
|
|||||||
|
|
||||||
def set_state_to_hide(self, *args):
|
def set_state_to_hide(self, *args):
|
||||||
self.setChecked(True)
|
self.setChecked(True)
|
||||||
label = _('Hide')
|
self.setText(_('Hide %(label)s %(shortcut)s'%dict(
|
||||||
self.setText(label + ' ' + self.label+ u' (%s)'%self.shortcut)
|
label=self.label, shortcut=self.shortcut)))
|
||||||
self.setToolTip(self.text())
|
self.setToolTip(self.text())
|
||||||
self.setStatusTip(self.text())
|
self.setStatusTip(self.text())
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: calibre 0.9.20\n"
|
"Project-Id-Version: calibre 0.9.20\n"
|
||||||
"POT-Creation-Date: 2013-02-22 10:18+IST\n"
|
"POT-Creation-Date: 2013-02-24 10:04+IST\n"
|
||||||
"PO-Revision-Date: 2013-02-22 10:18+IST\n"
|
"PO-Revision-Date: 2013-02-24 10:04+IST\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: LANGUAGE\n"
|
"Language-Team: LANGUAGE\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -24,8 +24,8 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/src/calibre/db/cache.py:124
|
#: /home/kovid/work/calibre/src/calibre/db/cache.py:124
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/cache.py:127
|
#: /home/kovid/work/calibre/src/calibre/db/cache.py:127
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/cache.py:138
|
#: /home/kovid/work/calibre/src/calibre/db/cache.py:138
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/write.py:100
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/write.py:102
|
#: /home/kovid/work/calibre/src/calibre/db/write.py:102
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/db/write.py:106
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:383
|
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:383
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:384
|
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:384
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/hanvon/driver.py:114
|
#: /home/kovid/work/calibre/src/calibre/devices/hanvon/driver.py:114
|
||||||
@ -882,8 +882,8 @@ msgstr ""
|
|||||||
msgid "Disable the named plugin"
|
msgid "Disable the named plugin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/backend.py:321
|
#: /home/kovid/work/calibre/src/calibre/db/backend.py:323
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/backend.py:330
|
#: /home/kovid/work/calibre/src/calibre/db/backend.py:332
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/choose_library.py:322
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/choose_library.py:322
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/choose_library.py:98
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/choose_library.py:98
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/wizard/__init__.py:749
|
#: /home/kovid/work/calibre/src/calibre/gui2/wizard/__init__.py:749
|
||||||
@ -896,7 +896,7 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/src/calibre/db/cache.py:152
|
#: /home/kovid/work/calibre/src/calibre/db/cache.py:152
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/book/base.py:666
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/book/base.py:666
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:67
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:67
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:678
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:677
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:1030
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:1030
|
||||||
#: /home/kovid/work/calibre/src/calibre/utils/formatter_functions.py:887
|
#: /home/kovid/work/calibre/src/calibre/utils/formatter_functions.py:887
|
||||||
#: /home/kovid/work/calibre/src/calibre/utils/formatter_functions.py:910
|
#: /home/kovid/work/calibre/src/calibre/utils/formatter_functions.py:910
|
||||||
@ -908,25 +908,25 @@ msgstr ""
|
|||||||
msgid "%(tt)sAverage rating is %(rating)3.1f"
|
msgid "%(tt)sAverage rating is %(rating)3.1f"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/fields.py:232
|
#: /home/kovid/work/calibre/src/calibre/db/fields.py:233
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:1187
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:1187
|
||||||
msgid "Main"
|
msgid "Main"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/fields.py:234
|
#: /home/kovid/work/calibre/src/calibre/db/fields.py:235
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/layout.py:77
|
#: /home/kovid/work/calibre/src/calibre/gui2/layout.py:77
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:1189
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:1189
|
||||||
msgid "Card A"
|
msgid "Card A"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/fields.py:236
|
#: /home/kovid/work/calibre/src/calibre/db/fields.py:237
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/layout.py:79
|
#: /home/kovid/work/calibre/src/calibre/gui2/layout.py:79
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:1191
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:1191
|
||||||
msgid "Card B"
|
msgid "Card B"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/fields.py:471
|
#: /home/kovid/work/calibre/src/calibre/db/fields.py:472
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/fields.py:486
|
#: /home/kovid/work/calibre/src/calibre/db/fields.py:487
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/apple/driver.py:2822
|
#: /home/kovid/work/calibre/src/calibre/devices/apple/driver.py:2822
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/nook/driver.py:106
|
#: /home/kovid/work/calibre/src/calibre/devices/nook/driver.py:106
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/prs505/sony_cache.py:448
|
#: /home/kovid/work/calibre/src/calibre/devices/prs505/sony_cache.py:448
|
||||||
@ -3479,7 +3479,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/book/base.py:666
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/book/base.py:666
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:67
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:67
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:678
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:677
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3928,7 +3928,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:48
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:48
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:392
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:400
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/look_feel.py:197
|
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/look_feel.py:197
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/shortcuts.py:132
|
#: /home/kovid/work/calibre/src/calibre/gui2/shortcuts.py:132
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/shortcuts.py:223
|
#: /home/kovid/work/calibre/src/calibre/gui2/shortcuts.py:223
|
||||||
@ -4034,27 +4034,27 @@ msgstr ""
|
|||||||
msgid "Polishing took: %.1f seconds"
|
msgid "Polishing took: %.1f seconds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:201
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:202
|
||||||
msgid "Path to a cover image. Changes the cover specified in the ebook. If no cover is present, or the cover is not properly identified, inserts a new cover."
|
msgid "Path to a cover image. Changes the cover specified in the ebook. If no cover is present, or the cover is not properly identified, inserts a new cover."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:204
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:205
|
||||||
msgid "Path to an OPF file. The metadata in the book is updated from the OPF file."
|
msgid "Path to an OPF file. The metadata in the book is updated from the OPF file."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:209
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:210
|
||||||
msgid "Produce more verbose output, useful for debugging."
|
msgid "Produce more verbose output, useful for debugging."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:219
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:220
|
||||||
msgid "You must provide the input file to polish"
|
msgid "You must provide the input file to polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:223
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:224
|
||||||
msgid "Unknown extra arguments"
|
msgid "Unknown extra arguments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:241
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:242
|
||||||
msgid "You must specify at least one action to perform"
|
msgid "You must specify at least one action to perform"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -4385,7 +4385,7 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/edit_metadata.py:192
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/edit_metadata.py:192
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/edit_metadata.py:256
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/edit_metadata.py:256
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/edit_metadata.py:293
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/edit_metadata.py:293
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:377
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:385
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/save_to_disk.py:82
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/save_to_disk.py:82
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/view.py:271
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/view.py:271
|
||||||
msgid "No books selected"
|
msgid "No books selected"
|
||||||
@ -5393,165 +5393,175 @@ msgid "<h3>Smarten punctuation</h3>%s"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:46
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:46
|
||||||
msgid "<h3>Updating metadata</h3><p>This will update all metadata and covers in the ebook files to match the current metadata in the calibre library.</p><p>If the ebook file does not have an identifiable cover, a new cover is inserted.</p> <p>Note that most ebook formats are not capable of supporting all the metadata in calibre.</p>"
|
msgid "<h3>Updating metadata</h3><p>This will update all metadata <i>except</i> the cover in the ebook files to match the current metadata in the calibre library.</p> <p>Note that most ebook formats are not capable of supporting all the metadata in calibre.</p><p>There is a separate option to update the cover.</p>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:54
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:54
|
||||||
|
msgid "<p>Update the covers in the ebook files to match the current cover in the calibre library.</p><p>If the ebook file does not have an identifiable cover, a new cover is inserted.</p>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:59
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "<h3>Book Jacket</h3>%s"
|
msgid "<h3>Book Jacket</h3>%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:55
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:60
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "<h3>Remove Book Jacket</h3>%s"
|
msgid "<h3>Remove Book Jacket</h3>%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:61
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:66
|
||||||
msgid "Select actions to perform:"
|
msgid "Select actions to perform:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:66
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:71
|
||||||
msgid "Subset all embedded fonts"
|
#: /home/kovid/work/calibre/src/calibre/gui2/convert/look_and_feel_ui.py:249
|
||||||
|
msgid "&Subset all embedded fonts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:67
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:72
|
||||||
msgid "Smarten punctuation"
|
#: /home/kovid/work/calibre/src/calibre/gui2/convert/look_and_feel_ui.py:240
|
||||||
|
msgid "Smarten &punctuation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:68
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:73
|
||||||
msgid "Update metadata in book files"
|
msgid "Update &metadata in the book files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:69
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:74
|
||||||
msgid "Add metadata as a \"book jacket\" page"
|
msgid "Update the &cover in the book files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:70
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:75
|
||||||
msgid "Remove a previously inserted book jacket"
|
msgid "Add metadata as a \"book &jacket\" page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:80
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:76
|
||||||
|
msgid "&Remove a previously inserted book jacket"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:86
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:99
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:105
|
||||||
msgid "Show &report"
|
msgid "Show &report"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:101
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:107
|
||||||
msgid "Show a report of all the actions performed after polishing is completed"
|
msgid "Show a report of all the actions performed after polishing is completed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:107
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:113
|
||||||
msgid "&Save Settings"
|
msgid "&Save Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:109
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:115
|
||||||
msgid "&Load Settings"
|
msgid "&Load Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:112
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:118
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/duplicates.py:47
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/duplicates.py:47
|
||||||
msgid "Select &all"
|
msgid "Select &all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:114
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:120
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/duplicates.py:49
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/duplicates.py:49
|
||||||
msgid "Select &none"
|
msgid "Select &none"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:130
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:136
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:195
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:201
|
||||||
msgid "No actions selected"
|
msgid "No actions selected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:131
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:137
|
||||||
msgid "You must select at least one action before saving"
|
msgid "You must select at least one action before saving"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:133
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:139
|
||||||
msgid "Choose name"
|
msgid "Choose name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:134
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:140
|
||||||
msgid "Choose a name for these settings"
|
msgid "Choose a name for these settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:154
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:160
|
||||||
msgid "Remove saved settings"
|
msgid "Remove saved settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:196
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:202
|
||||||
msgid "You must select at least one action, or click Cancel."
|
msgid "You must select at least one action, or click Cancel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:210
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:216
|
||||||
msgid "Queueing books for polishing"
|
msgid "Queueing books for polishing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:252
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:260
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Polish %s"
|
msgid "Polish %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:253
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:261
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Polish book %(nums)s of %(tot)s (%(title)s)"
|
msgid "Polish book %(nums)s of %(tot)s (%(title)s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:257
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:265
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Queueing book %(nums)s of %(tot)s (%(title)s)"
|
msgid "Queueing book %(nums)s of %(tot)s (%(title)s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:283
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:291
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ignore remaining %d reports"
|
msgid "Ignore remaining %d reports"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:290
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:298
|
||||||
msgid "View full &log"
|
msgid "View full &log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:313
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:321
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Polishing of %s"
|
msgid "Polishing of %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:319
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:327
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The original file has been saved as %s."
|
msgid "The original file has been saved as %s."
|
||||||
msgid_plural "The original files have been saved as %s."
|
msgid_plural "The original files have been saved as %s."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:321
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:329
|
||||||
msgid " and "
|
msgid " and "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:324
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:332
|
||||||
msgid "If you polish again, the polishing will run on the originals."
|
msgid "If you polish again, the polishing will run on the originals."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:359
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:367
|
||||||
msgid "P"
|
msgid "P"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:359
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:367
|
||||||
msgid "Polish books"
|
msgid "Polish books"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:376
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:384
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:389
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:397
|
||||||
msgid "Cannot polish"
|
msgid "Cannot polish"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:390
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:398
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Polishing is only supported for books in the %s formats. Convert to one of those formats before polishing."
|
msgid "Polishing is only supported for books in the %s formats. Convert to one of those formats before polishing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:415
|
#: /home/kovid/work/calibre/src/calibre/gui2/actions/polish.py:423
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Start polishing of %d book(s)"
|
msgid "Start polishing of %d book(s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -7317,10 +7327,6 @@ msgstr ""
|
|||||||
msgid "Text &justification:"
|
msgid "Text &justification:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/look_and_feel_ui.py:240
|
|
||||||
msgid "Smarten &punctuation"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/look_and_feel_ui.py:241
|
#: /home/kovid/work/calibre/src/calibre/gui2/convert/look_and_feel_ui.py:241
|
||||||
msgid "&Transliterate unicode characters to ASCII"
|
msgid "&Transliterate unicode characters to ASCII"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -7353,10 +7359,6 @@ msgstr ""
|
|||||||
msgid "&Disable font size rescaling"
|
msgid "&Disable font size rescaling"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/look_and_feel_ui.py:249
|
|
||||||
msgid "&Subset all embedded fonts"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/lrf_output.py:16
|
#: /home/kovid/work/calibre/src/calibre/gui2/convert/lrf_output.py:16
|
||||||
msgid "LRF Output"
|
msgid "LRF Output"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8263,10 +8265,10 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:116
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:116
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:153
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:153
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:187
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:187
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:682
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:681
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:723
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:722
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:746
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:745
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:797
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:796
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/metadata_bulk.py:348
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/metadata_bulk.py:348
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/metadata_bulk.py:356
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/metadata_bulk.py:356
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/library/delegates.py:83
|
#: /home/kovid/work/calibre/src/calibre/gui2/library/delegates.py:83
|
||||||
@ -8279,23 +8281,23 @@ msgid "Undefined"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:130
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:130
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:754
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:753
|
||||||
msgid "star(s)"
|
msgid "star(s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:131
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:131
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:755
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:754
|
||||||
msgid "Unrated"
|
msgid "Unrated"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:174
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:174
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:784
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:783
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Set '%s' to today"
|
msgid "Set '%s' to today"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:176
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:176
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:786
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:785
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Clear '%s'"
|
msgid "Clear '%s'"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8320,35 +8322,35 @@ msgstr ""
|
|||||||
msgid "The enumeration \"{0}\" contains an invalid value that will be set to the default"
|
msgid "The enumeration \"{0}\" contains an invalid value that will be set to the default"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:637
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:636
|
||||||
msgid "Apply changes"
|
msgid "Apply changes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:830
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:829
|
||||||
msgid "Remove series"
|
msgid "Remove series"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:833
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:832
|
||||||
msgid "Automatically number books"
|
msgid "Automatically number books"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:836
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:835
|
||||||
msgid "Force numbers to start with "
|
msgid "Force numbers to start with "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:906
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:905
|
||||||
msgid "The enumeration \"{0}\" contains invalid values that will not appear in the list"
|
msgid "The enumeration \"{0}\" contains invalid values that will not appear in the list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:950
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:949
|
||||||
msgid "Remove all tags"
|
msgid "Remove all tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:970
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:969
|
||||||
msgid "tags to add"
|
msgid "tags to add"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:977
|
#: /home/kovid/work/calibre/src/calibre/gui2/custom_column_widgets.py:976
|
||||||
msgid "tags to remove"
|
msgid "tags to remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -9343,7 +9345,7 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/edit_authors_dialog.py:122
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/edit_authors_dialog.py:122
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:160
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:160
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/metadata/single_download.py:543
|
#: /home/kovid/work/calibre/src/calibre/gui2/metadata/single_download.py:543
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:751
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:753
|
||||||
msgid "No matches found"
|
msgid "No matches found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -16154,7 +16156,7 @@ msgid "Options to customize the ebook viewer"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/config.py:30
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/config.py:30
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1146
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1148
|
||||||
msgid "Remember last used window size"
|
msgid "Remember last used window size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -16724,83 +16726,73 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:728
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:728
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid "Current magnification: %(mag).1f"
|
||||||
"%(which)s font size [%(sc)s]\n"
|
|
||||||
"Current magnification: %(mag).1f"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:731
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:754
|
||||||
msgid "Increase"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:734
|
|
||||||
msgid "Decrease"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:752
|
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "No matches found for: %s"
|
msgid "No matches found for: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:801
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:803
|
||||||
msgid "Loading flow..."
|
msgid "Loading flow..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:879
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:881
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Laying out %s"
|
msgid "Laying out %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:946
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:948
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Bookmark #%d"
|
msgid "Bookmark #%d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:950
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:952
|
||||||
msgid "Add bookmark"
|
msgid "Add bookmark"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:951
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:953
|
||||||
msgid "Enter title for bookmark:"
|
msgid "Enter title for bookmark:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:962
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:964
|
||||||
msgid "Manage Bookmarks"
|
msgid "Manage Bookmarks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1004
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1006
|
||||||
msgid "Loading ebook..."
|
msgid "Loading ebook..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1017
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1019
|
||||||
msgid "Could not open ebook"
|
msgid "Could not open ebook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1018
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1020
|
||||||
msgid "Unknown error"
|
msgid "Unknown error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1133
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1135
|
||||||
msgid "Options to control the ebook viewer"
|
msgid "Options to control the ebook viewer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1140
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1142
|
||||||
msgid "If specified, viewer window will try to come to the front when started."
|
msgid "If specified, viewer window will try to come to the front when started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1143
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1145
|
||||||
msgid "If specified, viewer window will try to open full screen when started."
|
msgid "If specified, viewer window will try to open full screen when started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1148
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1150
|
||||||
msgid "Print javascript alert and console messages to the console"
|
msgid "Print javascript alert and console messages to the console"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1150
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1152
|
||||||
msgid "The position at which to open the specified book. The position is a location as displayed in the top left corner of the viewer."
|
msgid "The position at which to open the specified book. The position is a location as displayed in the top left corner of the viewer."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1157
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:1159
|
||||||
msgid ""
|
msgid ""
|
||||||
"%prog [options] file\n"
|
"%prog [options] file\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -16914,7 +16906,8 @@ msgid "Show"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/widgets.py:958
|
#: /home/kovid/work/calibre/src/calibre/gui2/widgets.py:958
|
||||||
msgid "Hide"
|
#, python-format
|
||||||
|
msgid "Hide %(label)s %(shortcut)s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/widgets.py:995
|
#: /home/kovid/work/calibre/src/calibre/gui2/widgets.py:995
|
||||||
@ -19988,3 +19981,11 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/resources/default_tweaks.py:512
|
#: /home/kovid/work/calibre/resources/default_tweaks.py:512
|
||||||
msgid "This means that you can make changes and press Enter and your changes will\nnot be overwritten by a matching completion. However, if you wish to use the\ncompletions you will now have to press Tab to select one before pressing\nEnter. Which technique you prefer will depend on the state of metadata in\nyour library and your personal editing style."
|
msgid "This means that you can make changes and press Enter and your changes will\nnot be overwritten by a matching completion. However, if you wish to use the\ncompletions you will now have to press Tab to select one before pressing\nEnter. Which technique you prefer will depend on the state of metadata in\nyour library and your personal editing style."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/resources/default_tweaks.py:519
|
||||||
|
msgid "Recognize numbers inside text when sorting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/resources/default_tweaks.py:520
|
||||||
|
msgid "This means that when sorting on text fields like title the text \"Book 2\"\nwill sort before the text \"Book 100\". If you want this behavior, set\nnumeric_collation = True note that doing so will cause problems with text\nthat starts with numbers and is a little slower."
|
||||||
|
msgstr ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user