diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 1eb3e82944..34872cbdb3 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -82,8 +82,8 @@ What formats does |app| read metadata from? |app| reads metadata from the following formats: LRF, PDF, LIT, RTF, OPF, MOBI, PRC, EPUB. In addition it can write metadata to: LRF, RTF, OPF Where are the book files stored? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -When you import books into the library, they are stored in a database. The database location can be found out by clicking the configuration button (The button with the icon of a hammer next to the search bar). +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +|app| use a database to store all books. When you import new books or convert an existing book, the book files are stored in compressed form in the database. The database is a single file named `library1.db` and you can see where it is (or change its location) by clicking the configuration button (the button with the icon of a hammer next to the search bar). Can I save my books to the disk? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/src/calibre/translations/bg.po b/src/calibre/translations/bg.po index dd7f559d3b..7e0af7071c 100644 --- a/src/calibre/translations/bg.po +++ b/src/calibre/translations/bg.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: calibre 0.4.51\n" -"POT-Creation-Date: 2008-05-18 16:39+PDT\n" +"POT-Creation-Date: 2008-05-20 11:42+PDT\n" "PO-Revision-Date: 2008-05-05 05:15+PDT\n" "Last-Translator: Automatically generated\n" "Language-Team: bg\n" @@ -293,7 +293,7 @@ msgid "" "%prog converts mybook.epub to mybook.lrf" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/fb2/convert_from.py:18 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/fb2/convert_from.py:19 msgid "" "%prog [options] mybook.fb2\n" "\n" @@ -301,7 +301,7 @@ msgid "" "%prog converts mybook.fb2 to mybook.lrf" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/fb2/convert_from.py:23 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/fb2/convert_from.py:24 #: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22 msgid "Print generated HTML to stdout and quit." msgstr "" @@ -369,39 +369,39 @@ msgid "" "%s" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1666 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1671 msgid "An error occurred while processing a table: %s. Ignoring table markup." msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1668 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1673 msgid "" "Bad table:\n" "%s" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1690 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1695 msgid "Table has cell that is too large" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1720 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1725 msgid "" "You have to save the website %s as an html file first and then run html2lrf " "on it." msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1760 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1765 msgid "Could not read cover image: %s" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1763 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1768 msgid "Cannot read from: %s" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1892 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1897 msgid "Failed to process opf file" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1898 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1903 msgid "" "Usage: %prog [options] mybook.html\n" "\n" @@ -571,11 +571,12 @@ msgid "Set the comment" msgstr "" #: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100 -msgid "Usage:" +msgid "mybook.epub" msgstr "" #: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100 -msgid "mybook.epub" +#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/fb2.py:34 +msgid "Usage:" msgstr "" #: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95 @@ -647,19 +648,19 @@ msgstr "" msgid "No filename specified." msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:299 +#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:304 msgid "%prog [options] myebook.mobi" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:301 +#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:306 msgid "Output directory. Defaults to current directory." msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:320 +#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:325 msgid "Raw MOBI HTML saved in" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:322 +#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:327 msgid "OEB ebook created in" msgstr "" diff --git a/src/calibre/translations/ca.po b/src/calibre/translations/ca.po index f6aaececf0..e425ab2bf9 100644 --- a/src/calibre/translations/ca.po +++ b/src/calibre/translations/ca.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: ca\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-05-18 16:39+PDT\n" +"POT-Creation-Date: 2008-05-20 11:42+PDT\n" "PO-Revision-Date: 2007-11-16 09:07+0100\n" "Last-Translator: calibre\n" "Language-Team: \n" @@ -355,7 +355,7 @@ msgid "" "%prog converts mybook.epub to mybook.lrf" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/fb2/convert_from.py:18 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/fb2/convert_from.py:19 msgid "" "%prog [options] mybook.fb2\n" "\n" @@ -363,7 +363,7 @@ msgid "" "%prog converts mybook.fb2 to mybook.lrf" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/fb2/convert_from.py:23 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/fb2/convert_from.py:24 #: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22 msgid "Print generated HTML to stdout and quit." msgstr "" @@ -431,39 +431,39 @@ msgid "" "%s" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1666 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1671 msgid "An error occurred while processing a table: %s. Ignoring table markup." msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1668 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1673 msgid "" "Bad table:\n" "%s" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1690 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1695 msgid "Table has cell that is too large" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1720 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1725 msgid "" "You have to save the website %s as an html file first and then run html2lrf " "on it." msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1760 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1765 msgid "Could not read cover image: %s" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1763 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1768 msgid "Cannot read from: %s" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1892 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1897 msgid "Failed to process opf file" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1898 +#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/html/convert_from.py:1903 msgid "" "Usage: %prog [options] mybook.html\n" "\n" @@ -633,11 +633,12 @@ msgid "Set the comment" msgstr "" #: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100 -msgid "Usage:" +msgid "mybook.epub" msgstr "" #: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100 -msgid "mybook.epub" +#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/fb2.py:34 +msgid "Usage:" msgstr "" #: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95 @@ -709,19 +710,19 @@ msgstr "" msgid "No filename specified." msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:299 +#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:304 msgid "%prog [options] myebook.mobi" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:301 +#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:306 msgid "Output directory. Defaults to current directory." msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:320 +#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:325 msgid "Raw MOBI HTML saved in" msgstr "" -#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:322 +#: /home/kovid/work/calibre/src/calibre/ebooks/mobi/reader.py:327 msgid "OEB ebook created in" msgstr "" diff --git a/src/calibre/translations/data.py b/src/calibre/translations/data.py index 7b5230bac2..93a08d511f 100644 --- a/src/calibre/translations/data.py +++ b/src/calibre/translations/data.py @@ -1 +1 @@ -translations = {'ru': '\xde\x12\x04\x95\x00\x00\x00\x00\x01\x00\x00\x00\x1c\x00\x00\x00$\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00,\x00\x00\x00&\x01\x00\x00-\x00\x00\x00\x00Project-Id-Version: calibre 0.4.55\nPOT-Creation-Date: 2008-05-18 16:39+PDT\nPO-Revision-Date: 2008-05-18 08:47+PDT\nLast-Translator: Automatically generated\nLanguage-Team: ru\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nGenerated-By: pygettext.py 1.5\n\x00', 'fr': '\xde\x12\x04\x95\x00\x00\x00\x00\x0f\x01\x00\x00\x1c\x00\x00\x00\x94\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x11\x00\x00\x17\x00\x00\x00\r\x11\x00\x00\x0b\x00\x00\x00%\x11\x00\x00\x04\x00\x00\x001\x11\x00\x00\x03\x00\x00\x006\x11\x00\x00\x08\x00\x00\x00:\x11\x00\x00\x06\x00\x00\x00C\x11\x00\x00\x0c\x00\x00\x00J\x11\x00\x00\t\x00\x00\x00W\x11\x00\x00\x0c\x00\x00\x00a\x11\x00\x00\x0f\x00\x00\x00n\x11\x00\x00\x1a\x00\x00\x00~\x11\x00\x00\x1d\x00\x00\x00\x99\x11\x00\x00\x0f\x00\x00\x00\xb7\x11\x00\x00\r\x00\x00\x00\xc7\x11\x00\x00)\x00\x00\x00\xd5\x11\x00\x00\x0b\x00\x00\x00\xff\x11\x00\x00\x17\x00\x00\x00\x0b\x12\x00\x00\n\x00\x00\x00#\x12\x00\x00\x0c\x00\x00\x00.\x12\x00\x00\x1e\x00\x00\x00;\x12\x00\x00\t\x00\x00\x00Z\x12\x00\x00\x0c\x00\x00\x00d\x12\x00\x00\x08\x00\x00\x00q\x12\x00\x00\x14\x00\x00\x00z\x12\x00\x00\r\x00\x00\x00\x8f\x12\x00\x00\x0e\x00\x00\x00\x9d\x12\x00\x00\x08\x00\x00\x00\xac\x12\x00\x00\x08\x00\x00\x00\xb5\x12\x00\x00\x07\x00\x00\x00\xbe\x12\x00\x00\x0c\x00\x00\x00\xc6\x12\x00\x00\x0e\x00\x00\x00\xd3\x12\x00\x00\x08\x00\x00\x00\xe2\x12\x00\x00\x0c\x00\x00\x00\xeb\x12\x00\x00\n\x00\x00\x00\xf8\x12\x00\x00\x0e\x00\x00\x00\x03\x13\x00\x00\x03\x00\x00\x00\x12\x13\x00\x001\x00\x00\x00\x16\x13\x00\x00"\x00\x00\x00H\x13\x00\x00=\x00\x00\x00k\x13\x00\x00\x18\x00\x00\x00\xa9\x13\x00\x00+\x00\x00\x00\xc2\x13\x00\x00>\x00\x00\x00\xee\x13\x00\x00S\x00\x00\x00-\x14\x00\x005\x00\x00\x00\x81\x14\x00\x00p\x00\x00\x00\xb7\x14\x00\x00a\x00\x00\x00(\x15\x00\x00G\x00\x00\x00\x8a\x15\x00\x00\xa7\x00\x00\x00\xd2\x15\x00\x002\x00\x00\x00z\x16\x00\x00\x01\x00\x00\x00\xad\x16\x00\x00X\x00\x00\x00\xaf\x16\x00\x00\r\x00\x00\x00\x08\x17\x00\x00\x0f\x00\x00\x00\x16\x17\x00\x00\x0b\x00\x00\x00&\x17\x00\x00\x0b\x00\x00\x002\x17\x00\x007\x00\x00\x00>\x17\x00\x004\x00\x00\x00v\x17\x00\x00.\x00\x00\x00\xab\x17\x00\x00\t\x00\x00\x00\xda\x17\x00\x006\x00\x00\x00\xe4\x17\x00\x00m\x00\x00\x00\x1b\x18\x00\x00\x19\x00\x00\x00\x89\x18\x00\x00\x0e\x00\x00\x00\xa3\x18\x00\x00\r\x00\x00\x00\xb2\x18\x00\x00\t\x00\x00\x00\xc0\x18\x00\x00\x11\x00\x00\x00\xca\x18\x00\x00\x04\x00\x00\x00\xdc\x18\x00\x00\x10\x00\x00\x00\xe1\x18\x00\x00\x05\x00\x00\x00\xf2\x18\x00\x00(\x00\x00\x00\xf8\x18\x00\x00\n\x00\x00\x00!\x19\x00\x00.\x00\x00\x00,\x19\x00\x005\x00\x00\x00[\x19\x00\x00$\x00\x00\x00\x91\x19\x00\x00\x0c\x00\x00\x00\xb6\x19\x00\x00\x10\x00\x00\x00\xc3\x19\x00\x00.\x00\x00\x00\xd4\x19\x00\x00\x0e\x00\x00\x00\x03\x1a\x00\x00\x0e\x00\x00\x00\x12\x1a\x00\x007\x00\x00\x00!\x1a\x00\x00\x14\x00\x00\x00Y\x1a\x00\x00\x12\x00\x00\x00n\x1a\x00\x00\x0b\x00\x00\x00\x81\x1a\x00\x00\x13\x00\x00\x00\x8d\x1a\x00\x00\x0b\x00\x00\x00\xa1\x1a\x00\x00\x11\x00\x00\x00\xad\x1a\x00\x00\x08\x00\x00\x00\xbf\x1a\x00\x00\x14\x00\x00\x00\xc8\x1a\x00\x00\x0f\x00\x00\x00\xdd\x1a\x00\x00R\x00\x00\x00\xed\x1a\x00\x00!\x00\x00\x00@\x1b\x00\x00\x1d\x00\x00\x00b\x1b\x00\x00H\x00\x00\x00\x80\x1b\x00\x00\x11\x00\x00\x00\xc9\x1b\x00\x00\r\x00\x00\x00\xdb\x1b\x00\x00%\x00\x00\x00\xe9\x1b\x00\x007\x00\x00\x00\x0f\x1c\x00\x00\x08\x00\x00\x00G\x1c\x00\x00\r\x00\x00\x00P\x1c\x00\x00\t\x00\x00\x00^\x1c\x00\x00\x10\x00\x00\x00h\x1c\x00\x00\x11\x00\x00\x00y\x1c\x00\x00\x0f\x00\x00\x00\x8b\x1c\x00\x00\x14\x00\x00\x00\x9b\x1c\x00\x00\x0e\x00\x00\x00\xb0\x1c\x00\x00\x15\x00\x00\x00\xbf\x1c\x00\x00R\x00\x00\x00\xd5\x1c\x00\x00\x17\x00\x00\x00(\x1d\x00\x00\x0b\x00\x00\x00@\x1d\x00\x00\x04\x00\x00\x00L\x1d\x00\x00\x19\x00\x00\x00Q\x1d\x00\x00\x03\x00\x00\x00k\x1d\x00\x00h\x00\x00\x00o\x1d\x00\x00\x1b\x00\x00\x00\xd8\x1d\x00\x00\x11\x00\x00\x00\xf4\x1d\x00\x00\x01\x00\x00\x00\x06\x1e\x00\x00\x05\x00\x00\x00\x08\x1e\x00\x00\x15\x00\x00\x00\x0e\x1e\x00\x00\x15\x00\x00\x00$\x1e\x00\x00\x15\x00\x00\x00:\x1e\x00\x00\x15\x00\x00\x00P\x1e\x00\x00\x1a\x00\x00\x00f\x1e\x00\x00\x0e\x00\x00\x00\x81\x1e\x00\x00\x1f\x00\x00\x00\x90\x1e\x00\x00C\x00\x00\x00\xb0\x1e\x00\x00\x1f\x00\x00\x00\xf4\x1e\x00\x00\x12\x00\x00\x00\x14\x1f\x00\x00\x17\x00\x00\x00\'\x1f\x00\x00\x1f\x00\x00\x00?\x1f\x00\x00\x05\x00\x00\x00_\x1f\x00\x00\x1d\x00\x00\x00e\x1f\x00\x00\x0e\x00\x00\x00\x83\x1f\x00\x00\x1a\x00\x00\x00\x92\x1f\x00\x00\n\x00\x00\x00\xad\x1f\x00\x00\x1f\x00\x00\x00\xb8\x1f\x00\x008\x00\x00\x00\xd8\x1f\x00\x00\x1d\x01\x00\x00\x11 \x00\x00J\x00\x00\x00/!\x00\x00#\x00\x00\x00z!\x00\x00\x06\x00\x00\x00\x9e!\x00\x00\x07\x00\x00\x00\xa5!\x00\x00\x07\x00\x00\x00\xad!\x00\x00\x1b\x00\x00\x00\xb5!\x00\x00\x06\x00\x00\x00\xd1!\x00\x00\x0c\x00\x00\x00\xd8!\x00\x00\t\x00\x00\x00\xe5!\x00\x00\x06\x00\x00\x00\xef!\x00\x00\xdc\x01\x00\x00\xf6!\x00\x00a\x00\x00\x00\xd3#\x00\x00\x0e\x00\x00\x005$\x00\x00\xa8\x00\x00\x00D$\x00\x00&\x00\x00\x00\xed$\x00\x00\x10\x00\x00\x00\x14%\x00\x00\x19\x00\x00\x00%%\x00\x00\x1a\x00\x00\x00?%\x00\x00.\x00\x00\x00Z%\x00\x00\x03\x00\x00\x00\x89%\x00\x00\x05\x00\x00\x00\x8d%\x00\x00\n\x00\x00\x00\x93%\x00\x00,\x00\x00\x00\x9e%\x00\x00\x07\x00\x00\x00\xcb%\x00\x00-\x00\x00\x00\xd3%\x00\x00\x0b\x00\x00\x00\x01&\x00\x00\x07\x00\x00\x00\r&\x00\x00\x10\x00\x00\x00\x15&\x00\x00\x08\x00\x00\x00&&\x00\x00y\x00\x00\x00/&\x00\x00\t\x00\x00\x00\xa9&\x00\x00\n\x00\x00\x00\xb3&\x00\x00\x14\x00\x00\x00\xbe&\x00\x00\x10\x00\x00\x00\xd3&\x00\x00\x11\x00\x00\x00\xe4&\x00\x00\x10\x00\x00\x00\xf6&\x00\x00\x12\x00\x00\x00\x07\'\x00\x00\x04\x00\x00\x00\x1a\'\x00\x00\x0f\x00\x00\x00\x1f\'\x00\x00\n\x00\x00\x00/\'\x00\x00\x07\x00\x00\x00:\'\x00\x008\x00\x00\x00B\'\x00\x00s\x00\x00\x00{\'\x00\x00\x0f\x00\x00\x00\xef\'\x00\x00\n\x00\x00\x00\xff\'\x00\x00\x10\x00\x00\x00\n(\x00\x00\x0f\x00\x00\x00\x1b(\x00\x00\x04\x00\x00\x00+(\x00\x00;\x00\x00\x000(\x00\x00G\x00\x00\x00l(\x00\x001\x00\x00\x00\xb4(\x00\x004\x00\x00\x00\xe6(\x00\x00\x80\x00\x00\x00\x1b)\x00\x00H\x00\x00\x00\x9c)\x00\x00\r\x00\x00\x00\xe5)\x00\x00\xbc\x00\x00\x00\xf3)\x00\x00\x08\x00\x00\x00\xb0*\x00\x00\t\x00\x00\x00\xb9*\x00\x00\x06\x00\x00\x00\xc3*\x00\x00\x1e\x00\x00\x00\xca*\x00\x00\x13\x00\x00\x00\xe9*\x00\x00<\x00\x00\x00\xfd*\x00\x00\x0c\x00\x00\x00:+\x00\x00<\x00\x00\x00G+\x00\x00\x84\x00\x00\x00\x84+\x00\x00\x12\x00\x00\x00\t,\x00\x00-\x00\x00\x00\x1c,\x00\x00\x0c\x00\x00\x00J,\x00\x00\x0c\x00\x00\x00W,\x00\x00V\x00\x00\x00d,\x00\x00r\x00\x00\x00\xbb,\x00\x00G\x00\x00\x00.-\x00\x00\x0e\x00\x00\x00v-\x00\x00\x13\x00\x00\x00\x85-\x00\x00\x14\x00\x00\x00\x99-\x00\x00#\x00\x00\x00\xae-\x00\x00\x06\x00\x00\x00\xd2-\x00\x00\r\x00\x00\x00\xd9-\x00\x00\x0b\x00\x00\x00\xe7-\x00\x00\x17\x00\x00\x00\xf3-\x00\x00\x1b\x00\x00\x00\x0b.\x00\x00\x1a\x00\x00\x00\'.\x00\x00\x0e\x00\x00\x00B.\x00\x00^\x00\x00\x00Q.\x00\x00\x12\x00\x00\x00\xb0.\x00\x00\x10\x00\x00\x00\xc3.\x00\x00\x10\x00\x00\x00\xd4.\x00\x00c\x00\x00\x00\xe5.\x00\x007\x00\x00\x00I/\x00\x00!\x00\x00\x00\x81/\x00\x00d\x00\x00\x00\xa3/\x00\x00\t\x00\x00\x00\x080\x00\x00\x17\x00\x00\x00\x120\x00\x00\x16\x00\x00\x00*0\x00\x00z\x00\x00\x00A0\x00\x00\x85\x00\x00\x00\xbc0\x00\x00\xb6\x00\x00\x00B1\x00\x00P\x00\x00\x00\xf91\x00\x00+\x01\x00\x00J2\x00\x00\x06\x00\x00\x00v3\x00\x00\x07\x00\x00\x00}3\x00\x00\n\x00\x00\x00\x853\x00\x00\x13\x00\x00\x00\x903\x00\x00\x04\x00\x00\x00\xa43\x00\x00\x85\x00\x00\x00\xa93\x00\x00\t\x00\x00\x00/4\x00\x000\x00\x00\x0094\x00\x00\x9d\x00\x00\x00j4\x00\x00&\x00\x00\x00\x085\x00\x00v\x00\x00\x00/5\x00\x00\'\x00\x00\x00\xa65\x00\x00"\x00\x00\x00\xce5\x00\x00h\x00\x00\x00\xf15\x00\x00\t\x00\x00\x00Z6\x00\x00\x05\x00\x00\x00d6\x00\x00\x15\x00\x00\x00j6\x00\x00+\x00\x00\x00\x806\x00\x00&\x00\x00\x00\xac6\x00\x00\x0b\x00\x00\x00\xd36\x00\x00\x07\x00\x00\x00\xdf6\x00\x00%\x00\x00\x00\xe76\x00\x00\x1b\x00\x00\x00\r7\x00\x00\xb4\x00\x00\x00)7\x00\x002\x00\x00\x00\xde7\x00\x00\x14\x00\x00\x00\x118\x00\x00\x04\x00\x00\x00&8\x00\x00\x07\x00\x00\x00+8\x00\x00\x07\x00\x00\x0038\x00\x00-\x00\x00\x00;8\x00\x00d\x00\x00\x00i8\x00\x002\x00\x00\x00\xce8\x00\x003\x00\x00\x00\x019\x00\x00\x07\x00\x00\x0059\x00\x00)\x01\x00\x00=9\x00\x00\x1b\x00\x00\x00g:\x00\x00\r\x00\x00\x00\x83:\x00\x00\x04\x00\x00\x00\x91:\x00\x00\x03\x00\x00\x00\x96:\x00\x00\t\x00\x00\x00\x9a:\x00\x00\t\x00\x00\x00\xa4:\x00\x00\x0c\x00\x00\x00\xae:\x00\x00\x0f\x00\x00\x00\xbb:\x00\x00\n\x00\x00\x00\xcb:\x00\x00\x0e\x00\x00\x00\xd6:\x00\x00&\x00\x00\x00\xe5:\x00\x00$\x00\x00\x00\x0c;\x00\x00\x15\x00\x00\x001;\x00\x00\x0f\x00\x00\x00G;\x00\x001\x00\x00\x00W;\x00\x00\x0c\x00\x00\x00\x89;\x00\x00\x1b\x00\x00\x00\x96;\x00\x00\x0f\x00\x00\x00\xb2;\x00\x00\r\x00\x00\x00\xc2;\x00\x00+\x00\x00\x00\xd0;\x00\x00\t\x00\x00\x00\xfc;\x00\x00\n\x00\x00\x00\x06<\x00\x00\x07\x00\x00\x00\x11<\x00\x00\x19\x00\x00\x00\x19<\x00\x00\x1a\x00\x00\x003<\x00\x00\x0f\x00\x00\x00N<\x00\x00\x0c\x00\x00\x00^<\x00\x00\n\x00\x00\x00k<\x00\x00\x08\x00\x00\x00v<\x00\x00\x13\x00\x00\x00\x7f<\x00\x00\x18\x00\x00\x00\x93<\x00\x00\x08\x00\x00\x00\xac<\x00\x00\x0e\x00\x00\x00\xb5<\x00\x00\x17\x00\x00\x00\xc4<\x00\x00\x18\x00\x00\x00\xdc<\x00\x00\x03\x00\x00\x00\xf5<\x00\x00V\x00\x00\x00\xf9<\x00\x00A\x00\x00\x00P=\x00\x003\x00\x00\x00\x92=\x00\x00\x1e\x00\x00\x00\xc6=\x00\x006\x00\x00\x00\xe5=\x00\x00L\x00\x00\x00\x1c>\x00\x00O\x00\x00\x00i>\x00\x004\x00\x00\x00\xb9>\x00\x00\x8f\x00\x00\x00\xee>\x00\x00j\x00\x00\x00~?\x00\x00d\x00\x00\x00\xe9?\x00\x00\xd5\x00\x00\x00N@\x00\x00<\x00\x00\x00$A\x00\x00\x01\x00\x00\x00aA\x00\x00p\x00\x00\x00cA\x00\x00\n\x00\x00\x00\xd4A\x00\x00\x16\x00\x00\x00\xdfA\x00\x00\x14\x00\x00\x00\xf6A\x00\x00\x10\x00\x00\x00\x0bB\x00\x00I\x00\x00\x00\x1cB\x00\x00D\x00\x00\x00fB\x00\x00@\x00\x00\x00\xabB\x00\x00\x10\x00\x00\x00\xecB\x00\x00M\x00\x00\x00\xfdB\x00\x00\x8f\x00\x00\x00KC\x00\x00\'\x00\x00\x00\xdbC\x00\x00\x1a\x00\x00\x00\x03D\x00\x00\x12\x00\x00\x00\x1eD\x00\x00\t\x00\x00\x001D\x00\x00\x13\x00\x00\x00;D\x00\x00\x06\x00\x00\x00OD\x00\x00\x1f\x00\x00\x00VD\x00\x00\x05\x00\x00\x00vD\x00\x00)\x00\x00\x00|D\x00\x00\x13\x00\x00\x00\xa6D\x00\x007\x00\x00\x00\xbaD\x00\x00A\x00\x00\x00\xf2D\x00\x006\x00\x00\x004E\x00\x00\x12\x00\x00\x00kE\x00\x00\x18\x00\x00\x00~E\x00\x00?\x00\x00\x00\x97E\x00\x00\x1a\x00\x00\x00\xd7E\x00\x00\x15\x00\x00\x00\xf2E\x00\x00P\x00\x00\x00\x08F\x00\x00 \x00\x00\x00YF\x00\x004\x00\x00\x00zF\x00\x00\x12\x00\x00\x00\xafF\x00\x00%\x00\x00\x00\xc2F\x00\x00\x18\x00\x00\x00\xe8F\x00\x00\x13\x00\x00\x00\x01G\x00\x00\n\x00\x00\x00\x15G\x00\x00\x18\x00\x00\x00 G\x00\x00\x17\x00\x00\x009G\x00\x00T\x00\x00\x00QG\x00\x00\x1b\x00\x00\x00\xa6G\x00\x00\x19\x00\x00\x00\xc2G\x00\x00V\x00\x00\x00\xdcG\x00\x00\x18\x00\x00\x003H\x00\x00\x11\x00\x00\x00LH\x00\x00&\x00\x00\x00^H\x00\x00E\x00\x00\x00\x85H\x00\x00\x0c\x00\x00\x00\xcbH\x00\x00\r\x00\x00\x00\xd8H\x00\x00\r\x00\x00\x00\xe6H\x00\x00\x1e\x00\x00\x00\xf4H\x00\x00\x17\x00\x00\x00\x13I\x00\x00\x14\x00\x00\x00+I\x00\x00\x17\x00\x00\x00@I\x00\x00\x10\x00\x00\x00XI\x00\x004\x00\x00\x00iI\x00\x00}\x00\x00\x00\x9eI\x00\x00.\x00\x00\x00\x1cJ\x00\x00\n\x00\x00\x00KJ\x00\x00\x04\x00\x00\x00VJ\x00\x002\x00\x00\x00[J\x00\x00\x0b\x00\x00\x00\x8eJ\x00\x00\x8f\x00\x00\x00\x9aJ\x00\x00 \x00\x00\x00*K\x00\x00#\x00\x00\x00KK\x00\x00\x01\x00\x00\x00oK\x00\x00\x06\x00\x00\x00qK\x00\x00\x14\x00\x00\x00xK\x00\x00 \x00\x00\x00\x8dK\x00\x00\x14\x00\x00\x00\xaeK\x00\x00\x1c\x00\x00\x00\xc3K\x00\x00%\x00\x00\x00\xe0K\x00\x00\x0f\x00\x00\x00\x06L\x00\x00"\x00\x00\x00\x16L\x00\x00Q\x00\x00\x009L\x00\x00=\x00\x00\x00\x8bL\x00\x00\x1f\x00\x00\x00\xc9L\x00\x00=\x00\x00\x00\xe9L\x00\x00"\x00\x00\x00\'M\x00\x00\n\x00\x00\x00JM\x00\x009\x00\x00\x00UM\x00\x00\x1b\x00\x00\x00\x8fM\x00\x00-\x00\x00\x00\xabM\x00\x00\x14\x00\x00\x00\xd9M\x00\x00*\x00\x00\x00\xeeM\x00\x00B\x00\x00\x00\x19N\x00\x005\x01\x00\x00\\N\x00\x00[\x00\x00\x00\x92O\x00\x00)\x00\x00\x00\xeeO\x00\x00\x06\x00\x00\x00\x18P\x00\x00\x07\x00\x00\x00\x1fP\x00\x00\x06\x00\x00\x00\'P\x00\x00#\x00\x00\x00.P\x00\x00\t\x00\x00\x00RP\x00\x00\x04\x00\x00\x00\\P\x00\x00\x0b\x00\x00\x00aP\x00\x00\x07\x00\x00\x00mP\x00\x00\x1b\x02\x00\x00uP\x00\x00n\x00\x00\x00\x91R\x00\x00\x12\x00\x00\x00\x00S\x00\x00\xcc\x00\x00\x00\x13S\x00\x002\x00\x00\x00\xe0S\x00\x00\x19\x00\x00\x00\x13T\x00\x00\x1e\x00\x00\x00-T\x00\x00\x1e\x00\x00\x00LT\x00\x006\x00\x00\x00kT\x00\x00\x07\x00\x00\x00\xa2T\x00\x00\t\x00\x00\x00\xaaT\x00\x00\x11\x00\x00\x00\xb4T\x00\x002\x00\x00\x00\xc6T\x00\x00\t\x00\x00\x00\xf9T\x00\x00C\x00\x00\x00\x03U\x00\x00\r\x00\x00\x00GU\x00\x00\x19\x00\x00\x00UU\x00\x00\x17\x00\x00\x00oU\x00\x00\x08\x00\x00\x00\x87U\x00\x00\xa1\x00\x00\x00\x90U\x00\x00\r\x00\x00\x002V\x00\x00\x11\x00\x00\x00@V\x00\x00\x17\x00\x00\x00RV\x00\x00\x19\x00\x00\x00jV\x00\x00\x19\x00\x00\x00\x84V\x00\x00\x0f\x00\x00\x00\x9eV\x00\x00>\x00\x00\x00\xaeV\x00\x00\x05\x00\x00\x00\xedV\x00\x00\x1e\x00\x00\x00\xf3V\x00\x00\x0f\x00\x00\x00\x12W\x00\x00\x07\x00\x00\x00"W\x00\x00D\x00\x00\x00*W\x00\x00\x95\x00\x00\x00oW\x00\x00\x12\x00\x00\x00\x05X\x00\x00\x0c\x00\x00\x00\x18X\x00\x00\x14\x00\x00\x00%X\x00\x00\x18\x00\x00\x00:X\x00\x00\x06\x00\x00\x00SX\x00\x00F\x00\x00\x00ZX\x00\x00[\x00\x00\x00\xa1X\x00\x00@\x00\x00\x00\xfdX\x00\x00M\x00\x00\x00>Y\x00\x00\x8c\x00\x00\x00\x8cY\x00\x00S\x00\x00\x00\x19Z\x00\x00\x11\x00\x00\x00mZ\x00\x00\xbc\x00\x00\x00\x7fZ\x00\x00\x0b\x00\x00\x00<[\x00\x00\x07\x00\x00\x00H[\x00\x00\x04\x00\x00\x00P[\x00\x00$\x00\x00\x00U[\x00\x00\x16\x00\x00\x00z[\x00\x00J\x00\x00\x00\x91[\x00\x00\x14\x00\x00\x00\xdc[\x00\x00E\x00\x00\x00\xf1[\x00\x00\xae\x00\x00\x007\\\x00\x00(\x00\x00\x00\xe6\\\x00\x002\x00\x00\x00\x0f]\x00\x00\r\x00\x00\x00B]\x00\x00\x19\x00\x00\x00P]\x00\x00i\x00\x00\x00j]\x00\x00\x87\x00\x00\x00\xd4]\x00\x00Q\x00\x00\x00\\^\x00\x00\x12\x00\x00\x00\xae^\x00\x00!\x00\x00\x00\xc1^\x00\x00\x1c\x00\x00\x00\xe3^\x00\x000\x00\x00\x00\x00_\x00\x00\x07\x00\x00\x001_\x00\x00\x10\x00\x00\x009_\x00\x00\x16\x00\x00\x00J_\x00\x002\x00\x00\x00a_\x00\x00%\x00\x00\x00\x94_\x00\x00%\x00\x00\x00\xba_\x00\x00\x11\x00\x00\x00\xe0_\x00\x00b\x00\x00\x00\xf2_\x00\x00\x1a\x00\x00\x00U`\x00\x00\x16\x00\x00\x00p`\x00\x00\x17\x00\x00\x00\x87`\x00\x00r\x00\x00\x00\x9f`\x00\x00B\x00\x00\x00\x12a\x00\x000\x00\x00\x00Ua\x00\x00}\x00\x00\x00\x86a\x00\x00\x0b\x00\x00\x00\x04b\x00\x00\x19\x00\x00\x00\x10b\x00\x00\x19\x00\x00\x00*b\x00\x00\x81\x00\x00\x00Db\x00\x00\x96\x00\x00\x00\xc6b\x00\x00\xbd\x00\x00\x00]c\x00\x00c\x00\x00\x00\x1bd\x00\x00b\x01\x00\x00\x7fd\x00\x00\x06\x00\x00\x00\xe2e\x00\x00\x07\x00\x00\x00\xe9e\x00\x00\x15\x00\x00\x00\xf1e\x00\x00\x1e\x00\x00\x00\x07f\x00\x00\x04\x00\x00\x00&f\x00\x00\x94\x00\x00\x00+f\x00\x00\t\x00\x00\x00\xc0f\x00\x00A\x00\x00\x00\xcaf\x00\x00\xb2\x00\x00\x00\x0cg\x00\x00)\x00\x00\x00\xbfg\x00\x00\xa6\x00\x00\x00\xe9g\x00\x00*\x00\x00\x00\x90h\x00\x00%\x00\x00\x00\xbbh\x00\x00\xae\x00\x00\x00\xe1h\x00\x00\n\x00\x00\x00\x90i\x00\x00\x05\x00\x00\x00\x9bi\x00\x00 \x00\x00\x00\xa1i\x00\x008\x00\x00\x00\xc2i\x00\x00%\x00\x00\x00\xfbi\x00\x00\x0c\x00\x00\x00!j\x00\x00\x07\x00\x00\x00.j\x00\x00;\x00\x00\x006j\x00\x000\x00\x00\x00rj\x00\x00\xca\x00\x00\x00\xa3j\x00\x00F\x00\x00\x00nk\x00\x00\x1e\x00\x00\x00\xb5k\x00\x00\n\x00\x00\x00\xd4k\x00\x00\n\x00\x00\x00\xdfk\x00\x00\x08\x00\x00\x00\xeak\x00\x00B\x00\x00\x00\xf3k\x00\x00s\x00\x00\x006l\x00\x00<\x00\x00\x00\xaal\x00\x002\x00\x00\x00\xe7l\x00\x00\x07\x00\x00\x00\x1am\x00\x00\x00 is not a valid picture\x00 not found.\x00 pts\x00 px\x00 seconds\x00 stars\x00&Access Key;\x00&Add tag:\x00&Author(s): \x00&Bottom Margin:\x00&Disable chapter detection\x00&Force page break before tag:\x00&Header format:\x00&Left Margin:\x00&Location of books database (library1.db)\x00&Monospace:\x00&Page break before tag:\x00&Password:\x00&Preprocess:\x00&Priority for conversion jobs:\x00&Profile:\x00&Publisher: \x00&Rating:\x00&Regular expression:\x00&Remove tags:\x00&Right Margin:\x00&Search:\x00&Series:\x00&Serif:\x00&Show header\x00&Show password\x00&Title: \x00&Top Margin:\x00&Username:\x00&Word spacing:\x00...\x00Changes will only take affect after a restart.\x00Could not fetch cover.
\x00No matches for the search phrase %s were found.\x00
Must be a directory.\x00No help available\x00
  • book-designer - HTML0 files from Book Designer
  • \x00
  • pdftohtml - HTML files that are the output of the program pdftohtml
  • \x00
    1. baen - Books from BAEN Publishers
    2. \x00

      An invalid database already exists at %s, delete it before trying to move the existing database.
      Error: %s\x00

      Books with the same title as the following already exist in the database. Add them anyway?