mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
IGN:Miscellaneous bug fixes
This commit is contained in:
parent
3773631cea
commit
df244c1ee4
@ -20,7 +20,7 @@ __version__ = "1.0"
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
def detect(aBuf):
|
def detect(aBuf):
|
||||||
import universaldetector
|
import calibre.ebooks.chardet.universaldetector as universaldetector
|
||||||
u = universaldetector.UniversalDetector()
|
u = universaldetector.UniversalDetector()
|
||||||
u.reset()
|
u.reset()
|
||||||
u.feed(aBuf)
|
u.feed(aBuf)
|
||||||
|
@ -75,7 +75,7 @@ def get_metadata(stream, stream_type='lrf', use_libprs_metadata=False):
|
|||||||
base.title = 'Unknown'
|
base.title = 'Unknown'
|
||||||
base.smart_update(mi)
|
base.smart_update(mi)
|
||||||
if opf is not None:
|
if opf is not None:
|
||||||
base.update(opf)
|
base.smart_update(opf)
|
||||||
|
|
||||||
return base
|
return base
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
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-20 12:53+PDT\n"
|
"POT-Creation-Date: 2008-05-21 12:42+PDT\n"
|
||||||
"PO-Revision-Date: 2008-05-20 12:53+PDT\n"
|
"PO-Revision-Date: 2008-05-21 13:04+PDT\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: bg\n"
|
"Language-Team: bg\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -664,82 +664,6 @@ msgstr ""
|
|||||||
msgid "OEB ebook created in"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:346
|
|
||||||
msgid "&OK"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:347
|
|
||||||
msgid "&Open"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:348
|
|
||||||
msgid "&Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:349
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:350
|
|
||||||
msgid "&Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Discard"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Don't Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:352
|
|
||||||
msgid "&Apply"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:353
|
|
||||||
msgid "&Reset"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:354
|
|
||||||
msgid "Restore &Defaults"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:355
|
|
||||||
msgid "&Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:356
|
|
||||||
msgid "Save &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:357
|
|
||||||
msgid "&Yes"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:358
|
|
||||||
msgid "Yes to &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:359
|
|
||||||
msgid "&No"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:360
|
|
||||||
msgid "N&o to All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:361
|
|
||||||
msgid "A&bort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:362
|
|
||||||
msgid "Re&try"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:363
|
|
||||||
msgid "I&gnore"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
||||||
@ -1949,6 +1873,10 @@ msgstr ""
|
|||||||
msgid "<b>Changes will only take affect after a restart."
|
msgid "<b>Changes will only take affect after a restart."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:63
|
||||||
|
msgid " - LRF Viewer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
||||||
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -2464,7 +2392,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:570
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:576
|
||||||
msgid "Fetching feeds..."
|
msgid "Fetching feeds..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2472,79 +2400,79 @@ msgstr ""
|
|||||||
msgid "Unknown News Source"
|
msgid "Unknown News Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:471
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:474
|
||||||
msgid "Download finished"
|
msgid "Download finished"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:473
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:476
|
||||||
msgid "Failed to download the following articles:"
|
msgid "Failed to download the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:475
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:478
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:481
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:484
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:479
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:482
|
||||||
msgid "Failed to download parts of the following articles:"
|
msgid "Failed to download parts of the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:483
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:486
|
||||||
msgid "\tFailed links:"
|
msgid "\tFailed links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:552
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:558
|
||||||
msgid "Could not fetch article. Run with --debug to see the reason"
|
msgid "Could not fetch article. Run with --debug to see the reason"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:574
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:580
|
||||||
msgid "Got feeds from index page"
|
msgid "Got feeds from index page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:578
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:584
|
||||||
msgid "Trying to download cover..."
|
msgid "Trying to download cover..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:628
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:636
|
||||||
msgid "Starting download [%d thread(s)]..."
|
msgid "Starting download [%d thread(s)]..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:642
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:650
|
||||||
msgid "Feeds downloaded to %s"
|
msgid "Feeds downloaded to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:651
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:659
|
||||||
msgid "Could not download cover: %s"
|
msgid "Could not download cover: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:656
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:664
|
||||||
msgid "Downloading cover from %s"
|
msgid "Downloading cover from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:691
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:699
|
||||||
msgid "Untitled Article"
|
msgid "Untitled Article"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:734
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Downloaded article %s from %s\n"
|
"Downloaded article %s from %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:740
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:749
|
||||||
msgid "Article downloaded: %s"
|
msgid "Article downloaded: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:746
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:755
|
||||||
msgid "Failed to download article: %s from %s\n"
|
msgid "Failed to download article: %s from %s\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:751
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:760
|
||||||
msgid "Article download failed: %s"
|
msgid "Article download failed: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:766
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:775
|
||||||
msgid "Fetching feed"
|
msgid "Fetching feed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@ 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-20 12:53+PDT\n"
|
"POT-Creation-Date: 2008-05-21 12:42+PDT\n"
|
||||||
"PO-Revision-Date: 2008-05-20 12:53+PDT\n"
|
"PO-Revision-Date: 2008-05-21 13:04+PDT\n"
|
||||||
"Last-Translator: calibre\n"
|
"Last-Translator: calibre\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -726,82 +726,6 @@ msgstr ""
|
|||||||
msgid "OEB ebook created in"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:346
|
|
||||||
msgid "&OK"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:347
|
|
||||||
msgid "&Open"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:348
|
|
||||||
msgid "&Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:349
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:350
|
|
||||||
msgid "&Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Discard"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Don't Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:352
|
|
||||||
msgid "&Apply"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:353
|
|
||||||
msgid "&Reset"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:354
|
|
||||||
msgid "Restore &Defaults"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:355
|
|
||||||
msgid "&Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:356
|
|
||||||
msgid "Save &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:357
|
|
||||||
msgid "&Yes"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:358
|
|
||||||
msgid "Yes to &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:359
|
|
||||||
msgid "&No"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:360
|
|
||||||
msgid "N&o to All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:361
|
|
||||||
msgid "A&bort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:362
|
|
||||||
msgid "Re&try"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:363
|
|
||||||
msgid "I&gnore"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
||||||
@ -2027,6 +1951,10 @@ msgstr "Partició de mots"
|
|||||||
msgid "<b>Changes will only take affect after a restart."
|
msgid "<b>Changes will only take affect after a restart."
|
||||||
msgstr "<b>Els canvis s'ignoren fins que el re-inicieu."
|
msgstr "<b>Els canvis s'ignoren fins que el re-inicieu."
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:63
|
||||||
|
msgid " - LRF Viewer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
||||||
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
||||||
msgstr "<b>No</b> s'han trobat coincidències per al text \"<i>%s</i>\"."
|
msgstr "<b>No</b> s'han trobat coincidències per al text \"<i>%s</i>\"."
|
||||||
@ -2552,7 +2480,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:570
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:576
|
||||||
msgid "Fetching feeds..."
|
msgid "Fetching feeds..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2560,79 +2488,79 @@ msgstr ""
|
|||||||
msgid "Unknown News Source"
|
msgid "Unknown News Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:471
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:474
|
||||||
msgid "Download finished"
|
msgid "Download finished"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:473
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:476
|
||||||
msgid "Failed to download the following articles:"
|
msgid "Failed to download the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:475
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:478
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:481
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:484
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:479
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:482
|
||||||
msgid "Failed to download parts of the following articles:"
|
msgid "Failed to download parts of the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:483
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:486
|
||||||
msgid "\tFailed links:"
|
msgid "\tFailed links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:552
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:558
|
||||||
msgid "Could not fetch article. Run with --debug to see the reason"
|
msgid "Could not fetch article. Run with --debug to see the reason"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:574
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:580
|
||||||
msgid "Got feeds from index page"
|
msgid "Got feeds from index page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:578
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:584
|
||||||
msgid "Trying to download cover..."
|
msgid "Trying to download cover..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:628
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:636
|
||||||
msgid "Starting download [%d thread(s)]..."
|
msgid "Starting download [%d thread(s)]..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:642
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:650
|
||||||
msgid "Feeds downloaded to %s"
|
msgid "Feeds downloaded to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:651
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:659
|
||||||
msgid "Could not download cover: %s"
|
msgid "Could not download cover: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:656
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:664
|
||||||
msgid "Downloading cover from %s"
|
msgid "Downloading cover from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:691
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:699
|
||||||
msgid "Untitled Article"
|
msgid "Untitled Article"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:734
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Downloaded article %s from %s\n"
|
"Downloaded article %s from %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:740
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:749
|
||||||
msgid "Article downloaded: %s"
|
msgid "Article downloaded: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:746
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:755
|
||||||
msgid "Failed to download article: %s from %s\n"
|
msgid "Failed to download article: %s from %s\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:751
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:760
|
||||||
msgid "Article download failed: %s"
|
msgid "Article download failed: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:766
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:775
|
||||||
msgid "Fetching feed"
|
msgid "Fetching feed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -5,8 +5,8 @@
|
|||||||
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-20 12:53+PDT\n"
|
"POT-Creation-Date: 2008-05-21 12:42+PDT\n"
|
||||||
"PO-Revision-Date: 2008-05-20 12:53+PDT\n"
|
"PO-Revision-Date: 2008-05-21 13:04+PDT\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"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -818,82 +818,6 @@ msgstr "Original MOBI HTML gespeichert in"
|
|||||||
msgid "OEB ebook created in"
|
msgid "OEB ebook created in"
|
||||||
msgstr "OEB eBook erstellt in"
|
msgstr "OEB eBook erstellt in"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:346
|
|
||||||
msgid "&OK"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:347
|
|
||||||
msgid "&Open"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:348
|
|
||||||
msgid "&Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:349
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:350
|
|
||||||
msgid "&Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Discard"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Don't Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:352
|
|
||||||
msgid "&Apply"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:353
|
|
||||||
msgid "&Reset"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:354
|
|
||||||
msgid "Restore &Defaults"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:355
|
|
||||||
msgid "&Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:356
|
|
||||||
msgid "Save &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:357
|
|
||||||
msgid "&Yes"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:358
|
|
||||||
msgid "Yes to &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:359
|
|
||||||
msgid "&No"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:360
|
|
||||||
msgid "N&o to All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:361
|
|
||||||
msgid "A&bort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:362
|
|
||||||
msgid "Re&try"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:363
|
|
||||||
msgid "I&gnore"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
||||||
@ -2176,6 +2100,10 @@ msgstr "Mit Trennstrich versehen"
|
|||||||
msgid "<b>Changes will only take affect after a restart."
|
msgid "<b>Changes will only take affect after a restart."
|
||||||
msgstr "<b>Änderungen treten erst nach einem Neustart in Kraft."
|
msgstr "<b>Änderungen treten erst nach einem Neustart in Kraft."
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:63
|
||||||
|
msgid " - LRF Viewer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
||||||
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
||||||
msgstr "<b>Keine Treffer</b> für die Suchworte <i>%s</i> gefunden."
|
msgstr "<b>Keine Treffer</b> für die Suchworte <i>%s</i> gefunden."
|
||||||
@ -2766,7 +2694,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:570
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:576
|
||||||
msgid "Fetching feeds..."
|
msgid "Fetching feeds..."
|
||||||
msgstr "Rufe Feeds ab..."
|
msgstr "Rufe Feeds ab..."
|
||||||
|
|
||||||
@ -2774,62 +2702,62 @@ msgstr "Rufe Feeds ab..."
|
|||||||
msgid "Unknown News Source"
|
msgid "Unknown News Source"
|
||||||
msgstr "Nachrichtenquelle unbekannt"
|
msgstr "Nachrichtenquelle unbekannt"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:471
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:474
|
||||||
msgid "Download finished"
|
msgid "Download finished"
|
||||||
msgstr "Download beendet"
|
msgstr "Download beendet"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:473
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:476
|
||||||
msgid "Failed to download the following articles:"
|
msgid "Failed to download the following articles:"
|
||||||
msgstr "Der Download der folgenden Artikel schlug fehl:"
|
msgstr "Der Download der folgenden Artikel schlug fehl:"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:475
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:478
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:481
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:484
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr " von"
|
msgstr " von"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:479
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:482
|
||||||
msgid "Failed to download parts of the following articles:"
|
msgid "Failed to download parts of the following articles:"
|
||||||
msgstr "Der Download von Teilen der folgenden Artikel schlug fehl:"
|
msgstr "Der Download von Teilen der folgenden Artikel schlug fehl:"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:483
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:486
|
||||||
msgid "\tFailed links:"
|
msgid "\tFailed links:"
|
||||||
msgstr "\tFehlgeschlagene Verknüpfungen:"
|
msgstr "\tFehlgeschlagene Verknüpfungen:"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:552
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:558
|
||||||
msgid "Could not fetch article. Run with --debug to see the reason"
|
msgid "Could not fetch article. Run with --debug to see the reason"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Konnte Artikel nicht abrufen. Der erneute Start mit --debug zeigt mögliche "
|
"Konnte Artikel nicht abrufen. Der erneute Start mit --debug zeigt mögliche "
|
||||||
"Gründe an "
|
"Gründe an "
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:574
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:580
|
||||||
msgid "Got feeds from index page"
|
msgid "Got feeds from index page"
|
||||||
msgstr "Feeds der Index Seite erhalten"
|
msgstr "Feeds der Index Seite erhalten"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:578
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:584
|
||||||
msgid "Trying to download cover..."
|
msgid "Trying to download cover..."
|
||||||
msgstr "Versuche Umschlagbild zu laden..."
|
msgstr "Versuche Umschlagbild zu laden..."
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:628
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:636
|
||||||
msgid "Starting download [%d thread(s)]..."
|
msgid "Starting download [%d thread(s)]..."
|
||||||
msgstr "Starte Download von [%d Thread(s)]..."
|
msgstr "Starte Download von [%d Thread(s)]..."
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:642
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:650
|
||||||
msgid "Feeds downloaded to %s"
|
msgid "Feeds downloaded to %s"
|
||||||
msgstr "Feeds wurden nach %s heruntergeladen"
|
msgstr "Feeds wurden nach %s heruntergeladen"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:651
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:659
|
||||||
msgid "Could not download cover: %s"
|
msgid "Could not download cover: %s"
|
||||||
msgstr "Konnte Umschlagbild nicht laden: %s"
|
msgstr "Konnte Umschlagbild nicht laden: %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:656
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:664
|
||||||
msgid "Downloading cover from %s"
|
msgid "Downloading cover from %s"
|
||||||
msgstr "Lade Umschlagbild von %s"
|
msgstr "Lade Umschlagbild von %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:691
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:699
|
||||||
msgid "Untitled Article"
|
msgid "Untitled Article"
|
||||||
msgstr "Artikel ohne Titel"
|
msgstr "Artikel ohne Titel"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:734
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Downloaded article %s from %s\n"
|
"Downloaded article %s from %s\n"
|
||||||
@ -2839,19 +2767,19 @@ msgstr ""
|
|||||||
"Artikel %s von %s geladen\n"
|
"Artikel %s von %s geladen\n"
|
||||||
"%s"
|
"%s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:740
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:749
|
||||||
msgid "Article downloaded: %s"
|
msgid "Article downloaded: %s"
|
||||||
msgstr "Artikel geladen: %s"
|
msgstr "Artikel geladen: %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:746
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:755
|
||||||
msgid "Failed to download article: %s from %s\n"
|
msgid "Failed to download article: %s from %s\n"
|
||||||
msgstr "Laden der Artikel fehlgeschlagen: %s von %s\n"
|
msgstr "Laden der Artikel fehlgeschlagen: %s von %s\n"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:751
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:760
|
||||||
msgid "Article download failed: %s"
|
msgid "Article download failed: %s"
|
||||||
msgstr "Laden der Artikel schlug fehl: %s"
|
msgstr "Laden der Artikel schlug fehl: %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:766
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:775
|
||||||
msgid "Fetching feed"
|
msgid "Fetching feed"
|
||||||
msgstr "Rufe Feed ab"
|
msgstr "Rufe Feed ab"
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@ 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-20 12:53+PDT\n"
|
"POT-Creation-Date: 2008-05-21 12:42+PDT\n"
|
||||||
"PO-Revision-Date: 2008-05-20 12:53+PDT\n"
|
"PO-Revision-Date: 2008-05-21 13:04+PDT\n"
|
||||||
"Last-Translator: calibre\n"
|
"Last-Translator: calibre\n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -728,82 +728,6 @@ msgstr ""
|
|||||||
msgid "OEB ebook created in"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:346
|
|
||||||
msgid "&OK"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:347
|
|
||||||
msgid "&Open"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:348
|
|
||||||
msgid "&Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:349
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:350
|
|
||||||
msgid "&Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Discard"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Don't Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:352
|
|
||||||
msgid "&Apply"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:353
|
|
||||||
msgid "&Reset"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:354
|
|
||||||
msgid "Restore &Defaults"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:355
|
|
||||||
msgid "&Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:356
|
|
||||||
msgid "Save &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:357
|
|
||||||
msgid "&Yes"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:358
|
|
||||||
msgid "Yes to &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:359
|
|
||||||
msgid "&No"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:360
|
|
||||||
msgid "N&o to All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:361
|
|
||||||
msgid "A&bort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:362
|
|
||||||
msgid "Re&try"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:363
|
|
||||||
msgid "I&gnore"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
||||||
@ -2030,6 +1954,10 @@ msgstr "Partición de palabras"
|
|||||||
msgid "<b>Changes will only take affect after a restart."
|
msgid "<b>Changes will only take affect after a restart."
|
||||||
msgstr "<b>Los cambios no se aplicaran hasta reiniciar."
|
msgstr "<b>Los cambios no se aplicaran hasta reiniciar."
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:63
|
||||||
|
msgid " - LRF Viewer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
||||||
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
||||||
msgstr "<b>No </b>se han encontrado coincidencias para \"<i>%s</i>\"."
|
msgstr "<b>No </b>se han encontrado coincidencias para \"<i>%s</i>\"."
|
||||||
@ -2556,7 +2484,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:570
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:576
|
||||||
msgid "Fetching feeds..."
|
msgid "Fetching feeds..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2564,79 +2492,79 @@ msgstr ""
|
|||||||
msgid "Unknown News Source"
|
msgid "Unknown News Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:471
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:474
|
||||||
msgid "Download finished"
|
msgid "Download finished"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:473
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:476
|
||||||
msgid "Failed to download the following articles:"
|
msgid "Failed to download the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:475
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:478
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:481
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:484
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:479
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:482
|
||||||
msgid "Failed to download parts of the following articles:"
|
msgid "Failed to download parts of the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:483
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:486
|
||||||
msgid "\tFailed links:"
|
msgid "\tFailed links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:552
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:558
|
||||||
msgid "Could not fetch article. Run with --debug to see the reason"
|
msgid "Could not fetch article. Run with --debug to see the reason"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:574
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:580
|
||||||
msgid "Got feeds from index page"
|
msgid "Got feeds from index page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:578
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:584
|
||||||
msgid "Trying to download cover..."
|
msgid "Trying to download cover..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:628
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:636
|
||||||
msgid "Starting download [%d thread(s)]..."
|
msgid "Starting download [%d thread(s)]..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:642
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:650
|
||||||
msgid "Feeds downloaded to %s"
|
msgid "Feeds downloaded to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:651
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:659
|
||||||
msgid "Could not download cover: %s"
|
msgid "Could not download cover: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:656
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:664
|
||||||
msgid "Downloading cover from %s"
|
msgid "Downloading cover from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:691
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:699
|
||||||
msgid "Untitled Article"
|
msgid "Untitled Article"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:734
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Downloaded article %s from %s\n"
|
"Downloaded article %s from %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:740
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:749
|
||||||
msgid "Article downloaded: %s"
|
msgid "Article downloaded: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:746
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:755
|
||||||
msgid "Failed to download article: %s from %s\n"
|
msgid "Failed to download article: %s from %s\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:751
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:760
|
||||||
msgid "Article download failed: %s"
|
msgid "Article download failed: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:766
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:775
|
||||||
msgid "Fetching feed"
|
msgid "Fetching feed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
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-20 12:53+PDT\n"
|
"POT-Creation-Date: 2008-05-21 12:42+PDT\n"
|
||||||
"PO-Revision-Date: 2008-05-20 12:53+PDT\n"
|
"PO-Revision-Date: 2008-05-21 13:04+PDT\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"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -729,82 +729,6 @@ msgstr ""
|
|||||||
msgid "OEB ebook created in"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:346
|
|
||||||
msgid "&OK"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:347
|
|
||||||
msgid "&Open"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:348
|
|
||||||
msgid "&Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:349
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:350
|
|
||||||
msgid "&Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Discard"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Don't Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:352
|
|
||||||
msgid "&Apply"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:353
|
|
||||||
msgid "&Reset"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:354
|
|
||||||
msgid "Restore &Defaults"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:355
|
|
||||||
msgid "&Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:356
|
|
||||||
msgid "Save &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:357
|
|
||||||
msgid "&Yes"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:358
|
|
||||||
msgid "Yes to &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:359
|
|
||||||
msgid "&No"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:360
|
|
||||||
msgid "N&o to All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:361
|
|
||||||
msgid "A&bort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:362
|
|
||||||
msgid "Re&try"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:363
|
|
||||||
msgid "I&gnore"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
||||||
@ -2046,6 +1970,10 @@ msgstr ""
|
|||||||
"<b>Les modifications ne seront prises en compte qu'après avoir relancé le "
|
"<b>Les modifications ne seront prises en compte qu'après avoir relancé le "
|
||||||
"programme."
|
"programme."
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:63
|
||||||
|
msgid " - LRF Viewer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
||||||
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
||||||
msgstr "<b>Aucun résultat</b> pour la recherche <i>%s</i>."
|
msgstr "<b>Aucun résultat</b> pour la recherche <i>%s</i>."
|
||||||
@ -2578,7 +2506,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:570
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:576
|
||||||
msgid "Fetching feeds..."
|
msgid "Fetching feeds..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2586,79 +2514,79 @@ msgstr ""
|
|||||||
msgid "Unknown News Source"
|
msgid "Unknown News Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:471
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:474
|
||||||
msgid "Download finished"
|
msgid "Download finished"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:473
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:476
|
||||||
msgid "Failed to download the following articles:"
|
msgid "Failed to download the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:475
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:478
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:481
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:484
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:479
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:482
|
||||||
msgid "Failed to download parts of the following articles:"
|
msgid "Failed to download parts of the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:483
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:486
|
||||||
msgid "\tFailed links:"
|
msgid "\tFailed links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:552
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:558
|
||||||
msgid "Could not fetch article. Run with --debug to see the reason"
|
msgid "Could not fetch article. Run with --debug to see the reason"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:574
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:580
|
||||||
msgid "Got feeds from index page"
|
msgid "Got feeds from index page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:578
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:584
|
||||||
msgid "Trying to download cover..."
|
msgid "Trying to download cover..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:628
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:636
|
||||||
msgid "Starting download [%d thread(s)]..."
|
msgid "Starting download [%d thread(s)]..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:642
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:650
|
||||||
msgid "Feeds downloaded to %s"
|
msgid "Feeds downloaded to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:651
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:659
|
||||||
msgid "Could not download cover: %s"
|
msgid "Could not download cover: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:656
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:664
|
||||||
msgid "Downloading cover from %s"
|
msgid "Downloading cover from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:691
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:699
|
||||||
msgid "Untitled Article"
|
msgid "Untitled Article"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:734
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Downloaded article %s from %s\n"
|
"Downloaded article %s from %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:740
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:749
|
||||||
msgid "Article downloaded: %s"
|
msgid "Article downloaded: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:746
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:755
|
||||||
msgid "Failed to download article: %s from %s\n"
|
msgid "Failed to download article: %s from %s\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:751
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:760
|
||||||
msgid "Article download failed: %s"
|
msgid "Article download failed: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:766
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:775
|
||||||
msgid "Fetching feed"
|
msgid "Fetching feed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: it\n"
|
"Project-Id-Version: it\n"
|
||||||
"POT-Creation-Date: 2008-05-20 12:53+PDT\n"
|
"POT-Creation-Date: 2008-05-21 12:42+PDT\n"
|
||||||
"PO-Revision-Date: 2008-05-20 12:53+PDT\n"
|
"PO-Revision-Date: 2008-05-21 13:04+PDT\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"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -820,82 +820,6 @@ msgstr "MOBI HTML raw salvato in"
|
|||||||
msgid "OEB ebook created in"
|
msgid "OEB ebook created in"
|
||||||
msgstr "Libro OEB creato in"
|
msgstr "Libro OEB creato in"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:346
|
|
||||||
msgid "&OK"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:347
|
|
||||||
msgid "&Open"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:348
|
|
||||||
msgid "&Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:349
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:350
|
|
||||||
msgid "&Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Discard"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Don't Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:352
|
|
||||||
msgid "&Apply"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:353
|
|
||||||
msgid "&Reset"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:354
|
|
||||||
msgid "Restore &Defaults"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:355
|
|
||||||
msgid "&Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:356
|
|
||||||
msgid "Save &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:357
|
|
||||||
msgid "&Yes"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:358
|
|
||||||
msgid "Yes to &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:359
|
|
||||||
msgid "&No"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:360
|
|
||||||
msgid "N&o to All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:361
|
|
||||||
msgid "A&bort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:362
|
|
||||||
msgid "Re&try"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:363
|
|
||||||
msgid "I&gnore"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
||||||
@ -2168,6 +2092,10 @@ msgstr "Unisci"
|
|||||||
msgid "<b>Changes will only take affect after a restart."
|
msgid "<b>Changes will only take affect after a restart."
|
||||||
msgstr "<b>Le modifiche avranno effetto dopo il riavvio"
|
msgstr "<b>Le modifiche avranno effetto dopo il riavvio"
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:63
|
||||||
|
msgid " - LRF Viewer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
||||||
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
||||||
msgstr "<b>Nessuna corrispondenza</b> trovata per la frase <i>%s</i>"
|
msgstr "<b>Nessuna corrispondenza</b> trovata per la frase <i>%s</i>"
|
||||||
@ -2757,7 +2685,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:570
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:576
|
||||||
msgid "Fetching feeds..."
|
msgid "Fetching feeds..."
|
||||||
msgstr "Scaricamento feed..."
|
msgstr "Scaricamento feed..."
|
||||||
|
|
||||||
@ -2765,61 +2693,61 @@ msgstr "Scaricamento feed..."
|
|||||||
msgid "Unknown News Source"
|
msgid "Unknown News Source"
|
||||||
msgstr "Sorgente di notizie sconosciuta"
|
msgstr "Sorgente di notizie sconosciuta"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:471
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:474
|
||||||
msgid "Download finished"
|
msgid "Download finished"
|
||||||
msgstr "Scaricamento completato"
|
msgstr "Scaricamento completato"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:473
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:476
|
||||||
msgid "Failed to download the following articles:"
|
msgid "Failed to download the following articles:"
|
||||||
msgstr "Scaricamento dei seguenti articoli fallito:"
|
msgstr "Scaricamento dei seguenti articoli fallito:"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:475
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:478
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:481
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:484
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr " da "
|
msgstr " da "
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:479
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:482
|
||||||
msgid "Failed to download parts of the following articles:"
|
msgid "Failed to download parts of the following articles:"
|
||||||
msgstr "Scaricamento dei seguenti articoli fallito parzialmente:"
|
msgstr "Scaricamento dei seguenti articoli fallito parzialmente:"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:483
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:486
|
||||||
msgid "\tFailed links:"
|
msgid "\tFailed links:"
|
||||||
msgstr "\tLink falliti:"
|
msgstr "\tLink falliti:"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:552
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:558
|
||||||
msgid "Could not fetch article. Run with --debug to see the reason"
|
msgid "Could not fetch article. Run with --debug to see the reason"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Impossibile scaricare l'articolo. Eseguire con --debug per vedere la ragione"
|
"Impossibile scaricare l'articolo. Eseguire con --debug per vedere la ragione"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:574
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:580
|
||||||
msgid "Got feeds from index page"
|
msgid "Got feeds from index page"
|
||||||
msgstr "Ricevuti feed dalla pagina principale"
|
msgstr "Ricevuti feed dalla pagina principale"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:578
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:584
|
||||||
msgid "Trying to download cover..."
|
msgid "Trying to download cover..."
|
||||||
msgstr "Tentativo di scaricamento della copertina..."
|
msgstr "Tentativo di scaricamento della copertina..."
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:628
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:636
|
||||||
msgid "Starting download [%d thread(s)]..."
|
msgid "Starting download [%d thread(s)]..."
|
||||||
msgstr "Inizio scaricamento [%d articolo(i)]..."
|
msgstr "Inizio scaricamento [%d articolo(i)]..."
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:642
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:650
|
||||||
msgid "Feeds downloaded to %s"
|
msgid "Feeds downloaded to %s"
|
||||||
msgstr "Feed scaricati in %s"
|
msgstr "Feed scaricati in %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:651
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:659
|
||||||
msgid "Could not download cover: %s"
|
msgid "Could not download cover: %s"
|
||||||
msgstr "Impossibile scaricare la copertina: %s"
|
msgstr "Impossibile scaricare la copertina: %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:656
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:664
|
||||||
msgid "Downloading cover from %s"
|
msgid "Downloading cover from %s"
|
||||||
msgstr "Scaricamento copertina da %s"
|
msgstr "Scaricamento copertina da %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:691
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:699
|
||||||
msgid "Untitled Article"
|
msgid "Untitled Article"
|
||||||
msgstr "Articolo senza titolo"
|
msgstr "Articolo senza titolo"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:734
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Downloaded article %s from %s\n"
|
"Downloaded article %s from %s\n"
|
||||||
@ -2829,19 +2757,19 @@ msgstr ""
|
|||||||
"Scaricato articolo %s da %s\n"
|
"Scaricato articolo %s da %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:740
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:749
|
||||||
msgid "Article downloaded: %s"
|
msgid "Article downloaded: %s"
|
||||||
msgstr "Articolo scaricato: %s"
|
msgstr "Articolo scaricato: %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:746
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:755
|
||||||
msgid "Failed to download article: %s from %s\n"
|
msgid "Failed to download article: %s from %s\n"
|
||||||
msgstr "Scaricamento fallito dell'articolo: %s da %s\n"
|
msgstr "Scaricamento fallito dell'articolo: %s da %s\n"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:751
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:760
|
||||||
msgid "Article download failed: %s"
|
msgid "Article download failed: %s"
|
||||||
msgstr "Scaricamento fallito dell'articolo: %s"
|
msgstr "Scaricamento fallito dell'articolo: %s"
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:766
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:775
|
||||||
msgid "Fetching feed"
|
msgid "Fetching feed"
|
||||||
msgstr "Scaricamento feed"
|
msgstr "Scaricamento feed"
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -5,8 +5,8 @@
|
|||||||
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-20 12:53+PDT\n"
|
"POT-Creation-Date: 2008-05-21 12:42+PDT\n"
|
||||||
"PO-Revision-Date: 2008-05-20 12:53+PDT\n"
|
"PO-Revision-Date: 2008-05-21 13:04+PDT\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: ru\n"
|
"Language-Team: ru\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -664,82 +664,6 @@ msgstr ""
|
|||||||
msgid "OEB ebook created in"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:346
|
|
||||||
msgid "&OK"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:347
|
|
||||||
msgid "&Open"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:348
|
|
||||||
msgid "&Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:349
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:350
|
|
||||||
msgid "&Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Discard"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Don't Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:352
|
|
||||||
msgid "&Apply"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:353
|
|
||||||
msgid "&Reset"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:354
|
|
||||||
msgid "Restore &Defaults"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:355
|
|
||||||
msgid "&Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:356
|
|
||||||
msgid "Save &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:357
|
|
||||||
msgid "&Yes"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:358
|
|
||||||
msgid "Yes to &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:359
|
|
||||||
msgid "&No"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:360
|
|
||||||
msgid "N&o to All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:361
|
|
||||||
msgid "A&bort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:362
|
|
||||||
msgid "Re&try"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:363
|
|
||||||
msgid "I&gnore"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
||||||
@ -1949,6 +1873,10 @@ msgstr ""
|
|||||||
msgid "<b>Changes will only take affect after a restart."
|
msgid "<b>Changes will only take affect after a restart."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:63
|
||||||
|
msgid " - LRF Viewer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
||||||
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -2464,7 +2392,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:570
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:576
|
||||||
msgid "Fetching feeds..."
|
msgid "Fetching feeds..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2472,79 +2400,79 @@ msgstr ""
|
|||||||
msgid "Unknown News Source"
|
msgid "Unknown News Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:471
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:474
|
||||||
msgid "Download finished"
|
msgid "Download finished"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:473
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:476
|
||||||
msgid "Failed to download the following articles:"
|
msgid "Failed to download the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:475
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:478
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:481
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:484
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:479
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:482
|
||||||
msgid "Failed to download parts of the following articles:"
|
msgid "Failed to download parts of the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:483
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:486
|
||||||
msgid "\tFailed links:"
|
msgid "\tFailed links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:552
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:558
|
||||||
msgid "Could not fetch article. Run with --debug to see the reason"
|
msgid "Could not fetch article. Run with --debug to see the reason"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:574
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:580
|
||||||
msgid "Got feeds from index page"
|
msgid "Got feeds from index page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:578
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:584
|
||||||
msgid "Trying to download cover..."
|
msgid "Trying to download cover..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:628
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:636
|
||||||
msgid "Starting download [%d thread(s)]..."
|
msgid "Starting download [%d thread(s)]..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:642
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:650
|
||||||
msgid "Feeds downloaded to %s"
|
msgid "Feeds downloaded to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:651
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:659
|
||||||
msgid "Could not download cover: %s"
|
msgid "Could not download cover: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:656
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:664
|
||||||
msgid "Downloading cover from %s"
|
msgid "Downloading cover from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:691
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:699
|
||||||
msgid "Untitled Article"
|
msgid "Untitled Article"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:734
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Downloaded article %s from %s\n"
|
"Downloaded article %s from %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:740
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:749
|
||||||
msgid "Article downloaded: %s"
|
msgid "Article downloaded: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:746
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:755
|
||||||
msgid "Failed to download article: %s from %s\n"
|
msgid "Failed to download article: %s from %s\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:751
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:760
|
||||||
msgid "Article download failed: %s"
|
msgid "Article download failed: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:766
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:775
|
||||||
msgid "Fetching feed"
|
msgid "Fetching feed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
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-20 12:53+PDT\n"
|
"POT-Creation-Date: 2008-05-21 12:42+PDT\n"
|
||||||
"PO-Revision-Date: 2008-05-20 12:53+PDT\n"
|
"PO-Revision-Date: 2008-05-21 13:04+PDT\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: sl\n"
|
"Language-Team: sl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -664,82 +664,6 @@ msgstr ""
|
|||||||
msgid "OEB ebook created in"
|
msgid "OEB ebook created in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:346
|
|
||||||
msgid "&OK"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:347
|
|
||||||
msgid "&Open"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:348
|
|
||||||
msgid "&Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:349
|
|
||||||
msgid "Cancel"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:350
|
|
||||||
msgid "&Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Discard"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:351
|
|
||||||
msgid "&Don't Save"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:352
|
|
||||||
msgid "&Apply"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:353
|
|
||||||
msgid "&Reset"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:354
|
|
||||||
msgid "Restore &Defaults"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:355
|
|
||||||
msgid "&Help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:356
|
|
||||||
msgid "Save &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:357
|
|
||||||
msgid "&Yes"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:358
|
|
||||||
msgid "Yes to &All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:359
|
|
||||||
msgid "&No"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:360
|
|
||||||
msgid "N&o to All"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:361
|
|
||||||
msgid "A&bort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:362
|
|
||||||
msgid "Re&try"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/__init__.py:363
|
|
||||||
msgid "I&gnore"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:27
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/book_info.py:31
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/fetch_metadata.py:36
|
||||||
@ -1949,6 +1873,10 @@ msgstr ""
|
|||||||
msgid "<b>Changes will only take affect after a restart."
|
msgid "<b>Changes will only take affect after a restart."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:63
|
||||||
|
msgid " - LRF Viewer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
#: /home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/main.py:152
|
||||||
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
msgid "<b>No matches</b> for the search phrase <i>%s</i> were found."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -2464,7 +2392,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:84
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/main.py:88
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:570
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:576
|
||||||
msgid "Fetching feeds..."
|
msgid "Fetching feeds..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -2472,79 +2400,79 @@ msgstr ""
|
|||||||
msgid "Unknown News Source"
|
msgid "Unknown News Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:471
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:474
|
||||||
msgid "Download finished"
|
msgid "Download finished"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:473
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:476
|
||||||
msgid "Failed to download the following articles:"
|
msgid "Failed to download the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:475
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:478
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:481
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:484
|
||||||
msgid " from "
|
msgid " from "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:479
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:482
|
||||||
msgid "Failed to download parts of the following articles:"
|
msgid "Failed to download parts of the following articles:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:483
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:486
|
||||||
msgid "\tFailed links:"
|
msgid "\tFailed links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:552
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:558
|
||||||
msgid "Could not fetch article. Run with --debug to see the reason"
|
msgid "Could not fetch article. Run with --debug to see the reason"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:574
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:580
|
||||||
msgid "Got feeds from index page"
|
msgid "Got feeds from index page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:578
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:584
|
||||||
msgid "Trying to download cover..."
|
msgid "Trying to download cover..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:628
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:636
|
||||||
msgid "Starting download [%d thread(s)]..."
|
msgid "Starting download [%d thread(s)]..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:642
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:650
|
||||||
msgid "Feeds downloaded to %s"
|
msgid "Feeds downloaded to %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:651
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:659
|
||||||
msgid "Could not download cover: %s"
|
msgid "Could not download cover: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:656
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:664
|
||||||
msgid "Downloading cover from %s"
|
msgid "Downloading cover from %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:691
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:699
|
||||||
msgid "Untitled Article"
|
msgid "Untitled Article"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:734
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"Downloaded article %s from %s\n"
|
"Downloaded article %s from %s\n"
|
||||||
"%s"
|
"%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:740
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:749
|
||||||
msgid "Article downloaded: %s"
|
msgid "Article downloaded: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:746
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:755
|
||||||
msgid "Failed to download article: %s from %s\n"
|
msgid "Failed to download article: %s from %s\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:751
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:760
|
||||||
msgid "Article download failed: %s"
|
msgid "Article download failed: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:766
|
#: /home/kovid/work/calibre/src/calibre/web/feeds/news.py:775
|
||||||
msgid "Fetching feed"
|
msgid "Fetching feed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user