wrap more strings
This commit is contained in:
parent
5905e339e3
commit
e8e4639dce
15 changed files with 61 additions and 64 deletions
|
|
@ -13,13 +13,11 @@ pandora.ui.timeline = function(data) {
|
|||
annotationsRange: ui.annotationsRange,
|
||||
annotationsSize: ui.annotationsSize,
|
||||
annotationsSort: ui.annotationsSort,
|
||||
annotationsTooltip: Ox._(
|
||||
'annotations {0}',
|
||||
['<span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>']
|
||||
),
|
||||
annotationsTooltip: Ox._('annotations')
|
||||
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
|
||||
censored: data.censored,
|
||||
censoredIcon: pandora.site.cantPlay.icon,
|
||||
censoredTooltip: pandora.site.cantPlay.text,
|
||||
censoredTooltip: Ox._(pandora.site.cantPlay.text),
|
||||
clickLink: pandora.clickLink,
|
||||
cuts: data.cuts || [],
|
||||
duration: data.duration,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue