mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Various translation fixes
Fixes #1219227 [Enhancement and missing translation strings](https://bugs.launchpad.net/calibre/+bug/1219227)
This commit is contained in:
parent
10d96d43ea
commit
da951ddee7
@ -863,7 +863,7 @@ class BooksModel(QAbstractTableModel): # {{{
|
|||||||
if ht == 'timestamp': # change help text because users know this field as 'date'
|
if ht == 'timestamp': # change help text because users know this field as 'date'
|
||||||
ht = 'date'
|
ht = 'date'
|
||||||
if self.db.field_metadata[self.column_map[section]]['is_category']:
|
if self.db.field_metadata[self.column_map[section]]['is_category']:
|
||||||
is_cat = '.\n\n' + _('Click in this column and press Q to Quickview books with the same %s' % ht)
|
is_cat = '.\n\n' + _('Click in this column and press Q to Quickview books with the same %s') % ht
|
||||||
else:
|
else:
|
||||||
is_cat = ''
|
is_cat = ''
|
||||||
return QVariant(_('The lookup/search name is "{0}"{1}').format(ht, is_cat))
|
return QVariant(_('The lookup/search name is "{0}"{1}').format(ht, is_cat))
|
||||||
|
@ -217,6 +217,15 @@ if False:
|
|||||||
_('Fonts')
|
_('Fonts')
|
||||||
_('&Step up')
|
_('&Step up')
|
||||||
_('Step &down')
|
_('Step &down')
|
||||||
|
_('Basic colors')
|
||||||
|
_('Custom colors')
|
||||||
|
_('&Add to Custom Colors')
|
||||||
|
_('Hu&e')
|
||||||
|
_('&Sat')
|
||||||
|
_('&Val')
|
||||||
|
_('&Red')
|
||||||
|
_('&Green')
|
||||||
|
_('Bl&ue')
|
||||||
|
|
||||||
_lcase_map = {}
|
_lcase_map = {}
|
||||||
for k in _extra_lang_codes:
|
for k in _extra_lang_codes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user