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'))
|
||||
|
||||
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'))
|
||||
fla = m.addAction('By first letter',
|
||||
fla = m.addAction(_('By 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'))
|
||||
if self.collapse_model == 'disable':
|
||||
da.setCheckable(True)
|
||||
|
@ -5,8 +5,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: calibre 0.8.46\n"
|
||||
"POT-Creation-Date: 2012-04-06 09:06+IST\n"
|
||||
"PO-Revision-Date: 2012-04-06 09:06+IST\n"
|
||||
"POT-Creation-Date: 2012-04-08 15:08+IST\n"
|
||||
"PO-Revision-Date: 2012-04-08 15:08+IST\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: LANGUAGE\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:109
|
||||
#: /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:318
|
||||
#: /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/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/odt/input.py:168
|
||||
#: /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:356
|
||||
#: /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:2087
|
||||
#: /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:3304
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3441
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3303
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3305
|
||||
#: /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:251
|
||||
#: /home/kovid/work/calibre/src/calibre/library/server/mobile.py:245
|
||||
@ -894,15 +894,15 @@ msgstr ""
|
||||
msgid "Communicate with Android phones."
|
||||
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"
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
@ -1654,23 +1654,23 @@ msgstr ""
|
||||
msgid "Communicate with the Pico reader."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
@ -3200,53 +3200,53 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: /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/store/search/models.py:41
|
||||
msgid "Cover"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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:"
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
@ -3310,70 +3310,70 @@ msgstr ""
|
||||
msgid "No details available"
|
||||
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"
|
||||
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/gui2/viewer/main.py:57
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/viewer/main_ui.py:199
|
||||
msgid "Table of Contents"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
@ -5835,7 +5835,7 @@ msgid "Bulk Convert"
|
||||
msgstr ""
|
||||
|
||||
#: /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."
|
||||
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."
|
||||
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"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
@ -12114,6 +12114,7 @@ msgid "Never"
|
||||
msgstr ""
|
||||
|
||||
#: /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"
|
||||
msgstr ""
|
||||
|
||||
@ -12925,7 +12926,7 @@ msgid ""
|
||||
"<p>If you leave the password blank, anyone will be able to\n"
|
||||
" access your book collection using the web interface.\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 ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/server_ui.py:144
|
||||
@ -14031,6 +14032,14 @@ msgstr ""
|
||||
msgid "Change sub-categorization scheme"
|
||||
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
|
||||
msgid "First letter is usable only when sorting by name"
|
||||
msgstr ""
|
||||
@ -15963,17 +15972,17 @@ msgstr ""
|
||||
msgid "%(tt)sAverage rating is %(rating)3.1f"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3467
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3468
|
||||
#, python-format
|
||||
msgid "<p>Migrating old database to ebook library in %s<br><center>"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3496
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3497
|
||||
#, python-format
|
||||
msgid "Copying <b>%s</b>"
|
||||
msgstr ""
|
||||
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3513
|
||||
#: /home/kovid/work/calibre/src/calibre/library/database2.py:3514
|
||||
msgid "Compacting database"
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user