mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
221421fe51
commit
10a38e4a12
@ -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
|
|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?
|
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?
|
Can I save my books to the disk?
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: calibre 0.4.51\n"
|
"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"
|
"PO-Revision-Date: 2008-05-05 05:15+PDT\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: bg\n"
|
"Language-Team: bg\n"
|
||||||
@ -293,7 +293,7 @@ msgid ""
|
|||||||
"%prog converts mybook.epub to mybook.lrf"
|
"%prog converts mybook.epub to mybook.lrf"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -301,7 +301,7 @@ msgid ""
|
|||||||
"%prog converts mybook.fb2 to mybook.lrf"
|
"%prog converts mybook.fb2 to mybook.lrf"
|
||||||
msgstr ""
|
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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -369,39 +369,39 @@ msgid ""
|
|||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
msgstr ""
|
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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Failed to process opf file"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -571,11 +571,12 @@ msgid "Set the comment"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "Usage:"
|
msgid "mybook.epub"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
@ -647,19 +648,19 @@ msgstr ""
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr ""
|
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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr ""
|
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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr ""
|
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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr ""
|
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"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ca\n"
|
"Project-Id-Version: ca\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2007-11-16 09:07+0100\n"
|
||||||
"Last-Translator: calibre\n"
|
"Last-Translator: calibre\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -355,7 +355,7 @@ msgid ""
|
|||||||
"%prog converts mybook.epub to mybook.lrf"
|
"%prog converts mybook.epub to mybook.lrf"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -363,7 +363,7 @@ msgid ""
|
|||||||
"%prog converts mybook.fb2 to mybook.lrf"
|
"%prog converts mybook.fb2 to mybook.lrf"
|
||||||
msgstr ""
|
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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -431,39 +431,39 @@ msgid ""
|
|||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
msgstr ""
|
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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Failed to process opf file"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -633,11 +633,12 @@ msgid "Set the comment"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "Usage:"
|
msgid "mybook.epub"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
@ -709,19 +710,19 @@ msgstr ""
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr ""
|
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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr ""
|
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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr ""
|
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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr ""
|
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"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libprs500 0.4.17\n"
|
"Project-Id-Version: libprs500 0.4.17\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-04-05 00:04+0100\n"
|
"PO-Revision-Date: 2008-04-05 00:04+0100\n"
|
||||||
"Last-Translator: S. Dorscht <stdoonline@googlemail.com>\n"
|
"Last-Translator: S. Dorscht <stdoonline@googlemail.com>\n"
|
||||||
"Language-Team: de\n"
|
"Language-Team: de\n"
|
||||||
@ -379,7 +379,7 @@ msgstr ""
|
|||||||
" \n"
|
" \n"
|
||||||
"%prog konvertiert dateiname.epub in dateiname.lrf"
|
"%prog konvertiert dateiname.epub in dateiname.lrf"
|
||||||
|
|
||||||
#: /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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -387,7 +387,7 @@ msgid ""
|
|||||||
"%prog converts mybook.fb2 to mybook.lrf"
|
"%prog converts mybook.fb2 to mybook.lrf"
|
||||||
msgstr ""
|
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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr "Gebe erstellte HTML auf stdout aus und beende das Programm."
|
msgstr "Gebe erstellte HTML auf stdout aus und beende das Programm."
|
||||||
@ -457,13 +457,13 @@ msgstr ""
|
|||||||
"Konnte Bild nicht verarbeiten: %s\n"
|
"Konnte Bild nicht verarbeiten: %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
|
|
||||||
#: /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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ein Fehler trat während der Bearbeitung einer Tabelle auf: %s. "
|
"Ein Fehler trat während der Bearbeitung einer Tabelle auf: %s. "
|
||||||
"Tabellenformat wird ignoriert."
|
"Tabellenformat wird ignoriert."
|
||||||
|
|
||||||
#: /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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
@ -471,11 +471,11 @@ msgstr ""
|
|||||||
"Schlechte Tabelle:\n"
|
"Schlechte Tabelle:\n"
|
||||||
"%s"
|
"%s"
|
||||||
|
|
||||||
#: /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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr "Tabelle enthält Zelle, die zu groß ist"
|
msgstr "Tabelle enthält Zelle, die zu groß ist"
|
||||||
|
|
||||||
#: /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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
@ -483,19 +483,19 @@ msgstr ""
|
|||||||
"Sichern Sie die Website %s zuerst als HTML Datei und benutzen Sie dann "
|
"Sichern Sie die Website %s zuerst als HTML Datei und benutzen Sie dann "
|
||||||
"html2lrf mit der gespeicherten HTML Datei."
|
"html2lrf mit der gespeicherten HTML Datei."
|
||||||
|
|
||||||
#: /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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr "Konnte Umschlagbild nicht lesen: %s"
|
msgstr "Konnte Umschlagbild nicht lesen: %s"
|
||||||
|
|
||||||
#: /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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr "Lesen nicht möglich von: %s"
|
msgstr "Lesen nicht möglich von: %s"
|
||||||
|
|
||||||
#: /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"
|
msgid "Failed to process opf file"
|
||||||
msgstr "Verarbeitung der OPF Datei schlug fehl"
|
msgstr "Verarbeitung der OPF Datei schlug fehl"
|
||||||
|
|
||||||
#: /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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -706,14 +706,15 @@ msgstr "Gebe Autoren ein"
|
|||||||
msgid "Set the comment"
|
msgid "Set the comment"
|
||||||
msgstr "Gebe Kommentar ein"
|
msgstr "Gebe Kommentar ein"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
|
||||||
msgid "Usage:"
|
|
||||||
msgstr "Benutzung:"
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "mybook.epub"
|
msgid "mybook.epub"
|
||||||
msgstr "dateiname.epub"
|
msgstr "dateiname.epub"
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/fb2.py:34
|
||||||
|
msgid "Usage:"
|
||||||
|
msgstr "Benutzung:"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@ -801,19 +802,19 @@ msgstr "Benutzung: pdf-meta dateiname.pdf"
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr "Kein Dateiname angegeben."
|
msgstr "Kein Dateiname angegeben."
|
||||||
|
|
||||||
#: /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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr "%prog [options] dateiname.mobi"
|
msgstr "%prog [options] dateiname.mobi"
|
||||||
|
|
||||||
#: /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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr "Ausgabeverzeichnis. Voreinstellung ist akutelles Verzeichnis."
|
msgstr "Ausgabeverzeichnis. Voreinstellung ist akutelles Verzeichnis."
|
||||||
|
|
||||||
#: /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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr "Original MOBI HTML gespeichert in"
|
msgstr "Original MOBI HTML gespeichert in"
|
||||||
|
|
||||||
#: /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"
|
msgid "OEB ebook created in"
|
||||||
msgstr "OEB eBook erstellt in"
|
msgstr "OEB eBook erstellt in"
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: es\n"
|
"Project-Id-Version: es\n"
|
||||||
"Report-Msgid-Bugs-To: \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:21+0100\n"
|
"PO-Revision-Date: 2007-11-16 09:21+0100\n"
|
||||||
"Last-Translator: calibre\n"
|
"Last-Translator: calibre\n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
@ -356,7 +356,7 @@ msgid ""
|
|||||||
"%prog converts mybook.epub to mybook.lrf"
|
"%prog converts mybook.epub to mybook.lrf"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -364,7 +364,7 @@ msgid ""
|
|||||||
"%prog converts mybook.fb2 to mybook.lrf"
|
"%prog converts mybook.fb2 to mybook.lrf"
|
||||||
msgstr ""
|
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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -432,39 +432,39 @@ msgid ""
|
|||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
msgstr ""
|
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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Failed to process opf file"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -635,11 +635,12 @@ msgid "Set the comment"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "Usage:"
|
msgid "mybook.epub"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
@ -711,19 +712,19 @@ msgstr ""
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr ""
|
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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr ""
|
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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr ""
|
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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr ""
|
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"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: calibre 0.4.22\n"
|
"Project-Id-Version: calibre 0.4.22\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-01-20 09:59+0100\n"
|
"PO-Revision-Date: 2008-01-20 09:59+0100\n"
|
||||||
"Last-Translator: FixB <fix.bornes@free.fr>\n"
|
"Last-Translator: FixB <fix.bornes@free.fr>\n"
|
||||||
"Language-Team: fr\n"
|
"Language-Team: fr\n"
|
||||||
@ -354,7 +354,7 @@ msgid ""
|
|||||||
"%prog converts mybook.epub to mybook.lrf"
|
"%prog converts mybook.epub to mybook.lrf"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -362,7 +362,7 @@ msgid ""
|
|||||||
"%prog converts mybook.fb2 to mybook.lrf"
|
"%prog converts mybook.fb2 to mybook.lrf"
|
||||||
msgstr ""
|
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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -430,39 +430,39 @@ msgid ""
|
|||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
msgstr ""
|
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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Failed to process opf file"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -634,11 +634,12 @@ msgid "Set the comment"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "Usage:"
|
msgid "mybook.epub"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
@ -712,19 +713,19 @@ msgstr ""
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr ""
|
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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr ""
|
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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr ""
|
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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr ""
|
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"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: it\n"
|
"Project-Id-Version: it\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-19 22:51+0200\n"
|
"PO-Revision-Date: 2008-05-19 22:51+0200\n"
|
||||||
"Last-Translator: Iacopo Benesperi <iacchi@iacchi.org>\n"
|
"Last-Translator: Iacopo Benesperi <iacchi@iacchi.org>\n"
|
||||||
"Language-Team: italiano\n"
|
"Language-Team: italiano\n"
|
||||||
@ -379,7 +379,7 @@ msgstr ""
|
|||||||
" \n"
|
" \n"
|
||||||
"%prog converte miolibro.epub in miolibro.lrf"
|
"%prog converte miolibro.epub in miolibro.lrf"
|
||||||
|
|
||||||
#: /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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -391,7 +391,7 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
"%prog converte miolibro.fb2 in miolibro.lrf"
|
"%prog converte miolibro.fb2 in miolibro.lrf"
|
||||||
|
|
||||||
#: /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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr "Invia l'HTML generato allo stdout ed esce"
|
msgstr "Invia l'HTML generato allo stdout ed esce"
|
||||||
@ -461,13 +461,13 @@ msgstr ""
|
|||||||
"Impossibile processare l'immagine: %s\n"
|
"Impossibile processare l'immagine: %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
|
|
||||||
#: /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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si è verificato un errore nel processamento della tabella: %s. Ignoro il "
|
"Si è verificato un errore nel processamento della tabella: %s. Ignoro il "
|
||||||
"codice della tabella"
|
"codice della tabella"
|
||||||
|
|
||||||
#: /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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
@ -475,11 +475,11 @@ msgstr ""
|
|||||||
"Tabella malformata:\n"
|
"Tabella malformata:\n"
|
||||||
"%s"
|
"%s"
|
||||||
|
|
||||||
#: /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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr "La tabella ha celle troppo larghe"
|
msgstr "La tabella ha celle troppo larghe"
|
||||||
|
|
||||||
#: /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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
@ -487,19 +487,19 @@ msgstr ""
|
|||||||
"È necessario prima salvare il sito web %s come un file HTML e poi eseguire "
|
"È necessario prima salvare il sito web %s come un file HTML e poi eseguire "
|
||||||
"html2lrf su di esso"
|
"html2lrf su di esso"
|
||||||
|
|
||||||
#: /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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr "Impossibile leggere l'immagine di copertina: %s"
|
msgstr "Impossibile leggere l'immagine di copertina: %s"
|
||||||
|
|
||||||
#: /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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr "Impossibile leggere da: %s"
|
msgstr "Impossibile leggere da: %s"
|
||||||
|
|
||||||
#: /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"
|
msgid "Failed to process opf file"
|
||||||
msgstr "Processamento del file OPF fallito"
|
msgstr "Processamento del file OPF fallito"
|
||||||
|
|
||||||
#: /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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -708,14 +708,15 @@ msgstr "Imposta gli autori"
|
|||||||
msgid "Set the comment"
|
msgid "Set the comment"
|
||||||
msgstr "Imposta il commento"
|
msgstr "Imposta il commento"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
|
||||||
msgid "Usage:"
|
|
||||||
msgstr "Uso:"
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "mybook.epub"
|
msgid "mybook.epub"
|
||||||
msgstr "miolibro.epub"
|
msgstr "miolibro.epub"
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/fb2.py:34
|
||||||
|
msgid "Usage:"
|
||||||
|
msgstr "Uso:"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
@ -803,19 +804,19 @@ msgstr "Uso: pdf-meta-file.pdf"
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr "Nessun nome file specificato"
|
msgstr "Nessun nome file specificato"
|
||||||
|
|
||||||
#: /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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr "%prog [opzioni] miolibro.mobi"
|
msgstr "%prog [opzioni] miolibro.mobi"
|
||||||
|
|
||||||
#: /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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr "Cartella in uscita. Predefinita: cartella corrente"
|
msgstr "Cartella in uscita. Predefinita: cartella corrente"
|
||||||
|
|
||||||
#: /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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr "MOBI HTML raw salvato in"
|
msgstr "MOBI HTML raw salvato in"
|
||||||
|
|
||||||
#: /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"
|
msgid "OEB ebook created in"
|
||||||
msgstr "Libro OEB creato in"
|
msgstr "Libro OEB creato in"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: calibre 0.4.53\n"
|
"Project-Id-Version: calibre 0.4.53\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-12 06:21+PDT\n"
|
"PO-Revision-Date: 2008-05-12 06:21+PDT\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: nds\n"
|
"Language-Team: nds\n"
|
||||||
@ -293,7 +293,7 @@ msgid ""
|
|||||||
"%prog converts mybook.epub to mybook.lrf"
|
"%prog converts mybook.epub to mybook.lrf"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -301,7 +301,7 @@ msgid ""
|
|||||||
"%prog converts mybook.fb2 to mybook.lrf"
|
"%prog converts mybook.fb2 to mybook.lrf"
|
||||||
msgstr ""
|
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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -369,39 +369,39 @@ msgid ""
|
|||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
msgstr ""
|
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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Failed to process opf file"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -571,11 +571,12 @@ msgid "Set the comment"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "Usage:"
|
msgid "mybook.epub"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
@ -647,19 +648,19 @@ msgstr ""
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr ""
|
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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr ""
|
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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr ""
|
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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr ""
|
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"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: calibre 0.4.55\n"
|
"Project-Id-Version: calibre 0.4.55\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-18 08:47+PDT\n"
|
"PO-Revision-Date: 2008-05-18 08:47+PDT\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: ru\n"
|
"Language-Team: ru\n"
|
||||||
@ -293,7 +293,7 @@ msgid ""
|
|||||||
"%prog converts mybook.epub to mybook.lrf"
|
"%prog converts mybook.epub to mybook.lrf"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -301,7 +301,7 @@ msgid ""
|
|||||||
"%prog converts mybook.fb2 to mybook.lrf"
|
"%prog converts mybook.fb2 to mybook.lrf"
|
||||||
msgstr ""
|
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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -369,39 +369,39 @@ msgid ""
|
|||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
msgstr ""
|
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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Failed to process opf file"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -571,11 +571,12 @@ msgid "Set the comment"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "Usage:"
|
msgid "mybook.epub"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
@ -647,19 +648,19 @@ msgstr ""
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr ""
|
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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr ""
|
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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr ""
|
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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr ""
|
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"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: calibre 0.4.17\n"
|
"Project-Id-Version: calibre 0.4.17\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-08 14:39+PST\n"
|
"PO-Revision-Date: 2007-11-08 14:39+PST\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: sl\n"
|
"Language-Team: sl\n"
|
||||||
@ -293,7 +293,7 @@ msgid ""
|
|||||||
"%prog converts mybook.epub to mybook.lrf"
|
"%prog converts mybook.epub to mybook.lrf"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"%prog [options] mybook.fb2\n"
|
"%prog [options] mybook.fb2\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -301,7 +301,7 @@ msgid ""
|
|||||||
"%prog converts mybook.fb2 to mybook.lrf"
|
"%prog converts mybook.fb2 to mybook.lrf"
|
||||||
msgstr ""
|
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
|
#: /home/kovid/work/calibre/src/calibre/ebooks/lrf/txt/convert_from.py:22
|
||||||
msgid "Print generated HTML to stdout and quit."
|
msgid "Print generated HTML to stdout and quit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -369,39 +369,39 @@ msgid ""
|
|||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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."
|
msgid "An error occurred while processing a table: %s. Ignoring table markup."
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Bad table:\n"
|
"Bad table:\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
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"
|
msgid "Table has cell that is too large"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"You have to save the website %s as an html file first and then run html2lrf "
|
"You have to save the website %s as an html file first and then run html2lrf "
|
||||||
"on it."
|
"on it."
|
||||||
msgstr ""
|
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"
|
msgid "Could not read cover image: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Cannot read from: %s"
|
||||||
msgstr ""
|
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"
|
msgid "Failed to process opf file"
|
||||||
msgstr ""
|
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 ""
|
msgid ""
|
||||||
"Usage: %prog [options] mybook.html\n"
|
"Usage: %prog [options] mybook.html\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -571,11 +571,12 @@ msgid "Set the comment"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
||||||
msgid "Usage:"
|
msgid "mybook.epub"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/epub.py:100
|
#: /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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/isbndb.py:95
|
||||||
@ -647,19 +648,19 @@ msgstr ""
|
|||||||
msgid "No filename specified."
|
msgid "No filename specified."
|
||||||
msgstr ""
|
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"
|
msgid "%prog [options] myebook.mobi"
|
||||||
msgstr ""
|
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."
|
msgid "Output directory. Defaults to current directory."
|
||||||
msgstr ""
|
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"
|
msgid "Raw MOBI HTML saved in"
|
||||||
msgstr ""
|
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"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user