mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #743701 (Untranslated texts)
This commit is contained in:
parent
ea2e70f502
commit
0698e98ab8
@ -488,11 +488,11 @@ class TagsView(QTreeView): # {{{
|
|||||||
partial(self.context_menu_handler, action='defaults'))
|
partial(self.context_menu_handler, action='defaults'))
|
||||||
|
|
||||||
m = self.context_menu.addMenu(_('Change sub-categorization scheme'))
|
m = self.context_menu.addMenu(_('Change sub-categorization scheme'))
|
||||||
da = m.addAction('Disable',
|
da = m.addAction(_('Disable'),
|
||||||
partial(self.context_menu_handler, action='categorization', category='disable'))
|
partial(self.context_menu_handler, action='categorization', category='disable'))
|
||||||
fla = m.addAction('By first letter',
|
fla = m.addAction(_('By first letter'),
|
||||||
partial(self.context_menu_handler, action='categorization', category='first letter'))
|
partial(self.context_menu_handler, action='categorization', category='first letter'))
|
||||||
pa = m.addAction('Partition',
|
pa = m.addAction(_('Partition'),
|
||||||
partial(self.context_menu_handler, action='categorization', category='partition'))
|
partial(self.context_menu_handler, action='categorization', category='partition'))
|
||||||
if self.collapse_model == 'disable':
|
if self.collapse_model == 'disable':
|
||||||
da.setCheckable(True)
|
da.setCheckable(True)
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: calibre 0.8.46\n"
|
"Project-Id-Version: calibre 0.8.46\n"
|
||||||
"POT-Creation-Date: 2012-04-06 09:06+IST\n"
|
"POT-Creation-Date: 2012-04-08 15:08+IST\n"
|
||||||
"PO-Revision-Date: 2012-04-06 09:06+IST\n"
|
"PO-Revision-Date: 2012-04-08 15:08+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:106
|
#: /home/kovid/work/calibre/src/calibre/db/cache.py:106
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/cache.py:109
|
#: /home/kovid/work/calibre/src/calibre/db/cache.py:109
|
||||||
#: /home/kovid/work/calibre/src/calibre/db/cache.py:120
|
#: /home/kovid/work/calibre/src/calibre/db/cache.py:120
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:316
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:317
|
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:317
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:318
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/hanvon/driver.py:100
|
#: /home/kovid/work/calibre/src/calibre/devices/hanvon/driver.py:100
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/hanvon/driver.py:101
|
#: /home/kovid/work/calibre/src/calibre/devices/hanvon/driver.py:101
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/jetbook/driver.py:74
|
#: /home/kovid/work/calibre/src/calibre/devices/jetbook/driver.py:74
|
||||||
@ -109,7 +109,7 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/writer2/indexer.py:497
|
#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/writer2/indexer.py:497
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/odt/input.py:168
|
#: /home/kovid/work/calibre/src/calibre/ebooks/odt/input.py:168
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/odt/input.py:170
|
#: /home/kovid/work/calibre/src/calibre/ebooks/odt/input.py:170
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:829
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:836
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/parse_utils.py:353
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/parse_utils.py:353
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/parse_utils.py:356
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/parse_utils.py:356
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/parse_utils.py:360
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/parse_utils.py:360
|
||||||
@ -183,9 +183,9 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:580
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:580
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:2087
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:2087
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:2241
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:2241
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3302
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3303
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3304
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3305
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3441
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3442
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/server/content.py:250
|
#: /home/kovid/work/calibre/src/calibre/library/server/content.py:250
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/server/content.py:251
|
#: /home/kovid/work/calibre/src/calibre/library/server/content.py:251
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/server/mobile.py:245
|
#: /home/kovid/work/calibre/src/calibre/library/server/mobile.py:245
|
||||||
@ -894,15 +894,15 @@ msgstr ""
|
|||||||
msgid "Communicate with Android phones."
|
msgid "Communicate with Android phones."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:166
|
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:167
|
||||||
msgid "Comma separated list of directories to send e-books to on the device. The first one that exists will be used"
|
msgid "Comma separated list of directories to send e-books to on the device. The first one that exists will be used"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:256
|
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:257
|
||||||
msgid "Communicate with S60 phones."
|
msgid "Communicate with S60 phones."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:275
|
#: /home/kovid/work/calibre/src/calibre/devices/android/driver.py:276
|
||||||
msgid "Communicate with WebOS tablets."
|
msgid "Communicate with WebOS tablets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -1654,23 +1654,23 @@ msgstr ""
|
|||||||
msgid "Communicate with the Pico reader."
|
msgid "Communicate with the Pico reader."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:68
|
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:69
|
||||||
msgid "Communicate with the iPapyrus reader."
|
msgid "Communicate with the iPapyrus reader."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:79
|
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:80
|
||||||
msgid "Communicate with the Sovos reader."
|
msgid "Communicate with the Sovos reader."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:89
|
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:90
|
||||||
msgid "Communicate with the Sunstech EB700 reader."
|
msgid "Communicate with the Sunstech EB700 reader."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:100
|
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:101
|
||||||
msgid "Communicate with the Stash W950 reader."
|
msgid "Communicate with the Stash W950 reader."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:112
|
#: /home/kovid/work/calibre/src/calibre/devices/teclast/driver.py:113
|
||||||
msgid "Communicate with the Wexler reader."
|
msgid "Communicate with the Wexler reader."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3200,53 +3200,53 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/opf2.py:1434
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/opf2.py:1434
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1237
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1244
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/metadata/single.py:937
|
#: /home/kovid/work/calibre/src/calibre/gui2/metadata/single.py:937
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/store/search/models.py:41
|
#: /home/kovid/work/calibre/src/calibre/gui2/store/search/models.py:41
|
||||||
msgid "Cover"
|
msgid "Cover"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:488
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:491
|
||||||
msgid "Downloads metadata and covers from Amazon"
|
msgid "Downloads metadata and covers from Amazon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:498
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:501
|
||||||
msgid "US"
|
msgid "US"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:499
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:502
|
||||||
msgid "France"
|
msgid "France"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:500
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:503
|
||||||
msgid "Germany"
|
msgid "Germany"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:501
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:504
|
||||||
msgid "UK"
|
msgid "UK"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:502
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:505
|
||||||
msgid "Italy"
|
msgid "Italy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:503
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:506
|
||||||
msgid "Japan"
|
msgid "Japan"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:504
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:507
|
||||||
msgid "Spain"
|
msgid "Spain"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:508
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:511
|
||||||
msgid "Amazon website to use:"
|
msgid "Amazon website to use:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:509
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:512
|
||||||
msgid "Metadata from Amazon will be fetched using this country's Amazon website."
|
msgid "Metadata from Amazon will be fetched using this country's Amazon website."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:741
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/sources/amazon.py:744
|
||||||
msgid "Amazon timed out. Try again later."
|
msgid "Amazon timed out. Try again later."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -3310,70 +3310,70 @@ msgstr ""
|
|||||||
msgid "No details available"
|
msgid "No details available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1238
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1245
|
||||||
msgid "Title Page"
|
msgid "Title Page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1239
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1246
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/transforms/htmltoc.py:15
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/transforms/htmltoc.py:15
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:57
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main.py:57
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main_ui.py:199
|
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main_ui.py:199
|
||||||
msgid "Table of Contents"
|
msgid "Table of Contents"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1240
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1247
|
||||||
msgid "Index"
|
msgid "Index"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1241
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1248
|
||||||
msgid "Glossary"
|
msgid "Glossary"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1242
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1249
|
||||||
msgid "Acknowledgements"
|
msgid "Acknowledgements"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1243
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1250
|
||||||
msgid "Bibliography"
|
msgid "Bibliography"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1244
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1251
|
||||||
msgid "Colophon"
|
msgid "Colophon"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1245
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1252
|
||||||
msgid "Copyright"
|
msgid "Copyright"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1246
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1253
|
||||||
msgid "Dedication"
|
msgid "Dedication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1247
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1254
|
||||||
msgid "Epigraph"
|
msgid "Epigraph"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1248
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1255
|
||||||
msgid "Foreword"
|
msgid "Foreword"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1249
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1256
|
||||||
msgid "List of Illustrations"
|
msgid "List of Illustrations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1250
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1257
|
||||||
msgid "List of Tables"
|
msgid "List of Tables"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1251
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1258
|
||||||
msgid "Notes"
|
msgid "Notes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1252
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1259
|
||||||
msgid "Preface"
|
msgid "Preface"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1253
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/base.py:1260
|
||||||
msgid "Main Text"
|
msgid "Main Text"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -5835,7 +5835,7 @@ msgid "Bulk Convert"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/bulk.py:96
|
#: /home/kovid/work/calibre/src/calibre/gui2/convert/bulk.py:96
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:189
|
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:197
|
||||||
msgid "Options specific to the output format."
|
msgid "Options specific to the output format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -6741,11 +6741,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."
|
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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:173
|
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:181
|
||||||
msgid "Convert"
|
msgid "Convert"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:200
|
#: /home/kovid/work/calibre/src/calibre/gui2/convert/single.py:208
|
||||||
msgid "Options specific to the input format."
|
msgid "Options specific to the input format."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -12114,6 +12114,7 @@ msgid "Never"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/look_feel.py:142
|
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/look_feel.py:142
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/tag_browser/view.py:493
|
||||||
msgid "By first letter"
|
msgid "By first letter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -12925,7 +12926,7 @@ msgid ""
|
|||||||
"<p>If you leave the password blank, anyone will be able to\n"
|
"<p>If you leave the password blank, anyone will be able to\n"
|
||||||
" access your book collection using the web interface.\n"
|
" access your book collection using the web interface.\n"
|
||||||
"<br>\n"
|
"<br>\n"
|
||||||
"<p>Some devices have browsers that do not support authentication. If you are having trouble downloading files from the content server, trying removing the password."
|
"<p>Some devices have browsers that do not support authentication. If you are having trouble downloading files from the content server, try removing the password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/server_ui.py:144
|
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/server_ui.py:144
|
||||||
@ -14031,6 +14032,14 @@ msgstr ""
|
|||||||
msgid "Change sub-categorization scheme"
|
msgid "Change sub-categorization scheme"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/tag_browser/view.py:491
|
||||||
|
msgid "Disable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/tag_browser/view.py:495
|
||||||
|
msgid "Partition"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/tag_browser/view.py:510
|
#: /home/kovid/work/calibre/src/calibre/gui2/tag_browser/view.py:510
|
||||||
msgid "First letter is usable only when sorting by name"
|
msgid "First letter is usable only when sorting by name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -15963,17 +15972,17 @@ 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/library/database2.py:3467
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3468
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "<p>Migrating old database to ebook library in %s<br><center>"
|
msgid "<p>Migrating old database to ebook library in %s<br><center>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3496
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3497
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Copying <b>%s</b>"
|
msgid "Copying <b>%s</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3513
|
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3514
|
||||||
msgid "Compacting database"
|
msgid "Compacting database"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user