New Test Version Posted
2020-05-15
- Now actually *use* translated strings in prefs.py.
So it turns out I screwed up including translated versions for a number of strings in FFF. My apologies to the translators whose work went unused all this time.
In case anyone's curious, these are the strings.
Spoiler:
Not all languages have translations for these, but fr, de and es do.
Code:
SKIP=_('Skip')
ADDNEW=_('Add New Book')
UPDATE=_('Update EPUB if New Chapters')
UPDATEALWAYS=_('Update EPUB Always')
OVERWRITE=_('Overwrite if Newer')
OVERWRITEALWAYS=_('Overwrite Always')
CALIBREONLY=_('Update Calibre Metadata from Web Site')
CALIBREONLYSAVECOL=_('Update Calibre Metadata from Saved Metadata Column')
YES=_('Yes, Always')
YES_IF_IMG=_('Yes, if EPUB has a cover image')
YES_UNLESS_IMG=_('Yes, unless FanFicFare found a cover image')
YES_UNLESS_SITE=_('Yes, unless found on site')
NO=_('No')