mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f788cafaf2
commit
9613c4580c
@ -431,7 +431,7 @@ def do_add_format(db, id, fmt, path, opts):
|
|||||||
done = db.add_format_with_hooks(id, fmt.upper(), path, index_is_id=True,
|
done = db.add_format_with_hooks(id, fmt.upper(), path, index_is_id=True,
|
||||||
replace=opts.replace)
|
replace=opts.replace)
|
||||||
if not done and not opts.replace:
|
if not done and not opts.replace:
|
||||||
prints(_('A %s file already exists for book: %d, not replacing')%(fmt.upper(), id))
|
prints(_('A %(fmt)s file already exists for book: %(id)d, not replacing')%dict(fmt=fmt.upper(), id=id))
|
||||||
else:
|
else:
|
||||||
send_message()
|
send_message()
|
||||||
|
|
||||||
|
@ -1911,7 +1911,7 @@ msgid ""
|
|||||||
"<hr /><b>Book Last Read:</b> %(time)s<br /><b>Percentage Read:</b> "
|
"<hr /><b>Book Last Read:</b> %(time)s<br /><b>Percentage Read:</b> "
|
||||||
"%(pr)d%%<hr />"
|
"%(pr)d%%<hr />"
|
||||||
msgstr "<hr /><b> Senast lästa bok: </b> %(time)s<br /><b>Procent läst:</b> %(pr)d%%"
|
msgstr "<hr /><b> Senast lästa bok: </b> %(time)s<br /><b>Procent läst:</b> %(pr)d%%"
|
||||||
"<hr />\r\n"
|
"<hr />"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/devices/kobo/driver.py:1121
|
#: /home/kovid/work/calibre/src/calibre/devices/kobo/driver.py:1121
|
||||||
#, python-format
|
#, python-format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user