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,
|
||||
replace=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:
|
||||
send_message()
|
||||
|
||||
|
@ -1911,7 +1911,7 @@ msgid ""
|
||||
"<hr /><b>Book Last Read:</b> %(time)s<br /><b>Percentage Read:</b> "
|
||||
"%(pr)d%%<hr />"
|
||||
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
|
||||
#, python-format
|
||||
|
Loading…
x
Reference in New Issue
Block a user