SYMBOLS.SHIFT -> SYMBOLS.shift
This commit is contained in:
parent
80419856d3
commit
374296d630
8 changed files with 12 additions and 12 deletions
|
@ -11,7 +11,7 @@ pandora.ui.contentPanel = function() {
|
||||||
resize: [96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256],
|
resize: [96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256],
|
||||||
size: pandora.user.ui.filtersSize,
|
size: pandora.user.ui.filtersSize,
|
||||||
tooltip: Ox._('filters') + ' <span class="OxBright">'
|
tooltip: Ox._('filters') + ' <span class="OxBright">'
|
||||||
+ Ox.SYMBOLS.SHIFT + 'F</span>'
|
+ Ox.SYMBOLS.shift + 'F</span>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
element: pandora.$ui.list = pandora.ui.list()
|
element: pandora.$ui.list = pandora.ui.list()
|
||||||
|
@ -28,7 +28,7 @@ pandora.ui.contentPanel = function() {
|
||||||
size: 112 + Ox.SCROLLBAR_SIZE,
|
size: 112 + Ox.SCROLLBAR_SIZE,
|
||||||
tooltip: Ox._('{0} browser', [Ox._(pandora.site.itemName.singular.toLowerCase())])
|
tooltip: Ox._('{0} browser', [Ox._(pandora.site.itemName.singular.toLowerCase())])
|
||||||
+ ' <span class="OxBright">'
|
+ ' <span class="OxBright">'
|
||||||
+ Ox.SYMBOLS.SHIFT + 'B</span>'
|
+ Ox.SYMBOLS.shift + 'B</span>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
element: pandora.$ui.item = pandora.ui.item()
|
element: pandora.$ui.item = pandora.ui.item()
|
||||||
|
|
|
@ -364,7 +364,7 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
resizable: true,
|
resizable: true,
|
||||||
resize: [192, 256, 320, 384],
|
resize: [192, 256, 320, 384],
|
||||||
tooltip: 'document <span class="OxBright">'
|
tooltip: 'document <span class="OxBright">'
|
||||||
+ Ox.SYMBOLS.SHIFT + 'D</span>'
|
+ Ox.SYMBOLS.shift + 'D</span>'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
orientation: 'horizontal'
|
orientation: 'horizontal'
|
||||||
|
|
|
@ -83,7 +83,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
||||||
clipRatio: pandora.site.video.previewRatio,
|
clipRatio: pandora.site.video.previewRatio,
|
||||||
clips: Ox.clone(edit.clips),
|
clips: Ox.clone(edit.clips),
|
||||||
clipSize: listSize,
|
clipSize: listSize,
|
||||||
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'C</span>',
|
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.shift + 'C</span>',
|
||||||
clipView: ui.edits[ui.edit].view,
|
clipView: ui.edits[ui.edit].view,
|
||||||
controlsTooltips: {
|
controlsTooltips: {
|
||||||
open: Ox._('Open in {0} View', [Ox._(Ox.getObjectById(
|
open: Ox._('Open in {0} View', [Ox._(Ox.getObjectById(
|
||||||
|
@ -142,7 +142,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
||||||
),
|
),
|
||||||
subtitles: getSubtitles(edit.clips),
|
subtitles: getSubtitles(edit.clips),
|
||||||
timeline: ui.videoTimeline,
|
timeline: ui.videoTimeline,
|
||||||
timelineTooltip: Ox._('timeline') + ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'T</span>',
|
timelineTooltip: Ox._('timeline') + ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'T</span>',
|
||||||
video: getVideos(),
|
video: getVideos(),
|
||||||
volume: ui.videoVolume,
|
volume: ui.videoVolume,
|
||||||
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
||||||
|
@ -399,7 +399,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
||||||
clipRatio: pandora.site.video.previewRatio,
|
clipRatio: pandora.site.video.previewRatio,
|
||||||
clipSize: listSize,
|
clipSize: listSize,
|
||||||
clips: Ox.clone(edit.clips),
|
clips: Ox.clone(edit.clips),
|
||||||
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'C</span>',
|
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.shift + 'C</span>',
|
||||||
clipView: ui.edits[ui.edit].view,
|
clipView: ui.edits[ui.edit].view,
|
||||||
controlsBottom: [
|
controlsBottom: [
|
||||||
'play', 'volume', 'scale', 'timeline', 'position', 'settings'
|
'play', 'volume', 'scale', 'timeline', 'position', 'settings'
|
||||||
|
|
|
@ -13,7 +13,7 @@ pandora.ui.editor = function(data) {
|
||||||
annotationsSize: ui.annotationsSize,
|
annotationsSize: ui.annotationsSize,
|
||||||
annotationsSort: ui.annotationsSort,
|
annotationsSort: ui.annotationsSort,
|
||||||
annotationsTooltip: Ox._('annotations')
|
annotationsTooltip: Ox._('annotations')
|
||||||
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
|
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
|
||||||
audioTrack: data.audioTrack,
|
audioTrack: data.audioTrack,
|
||||||
censored: data.censored,
|
censored: data.censored,
|
||||||
censoredIcon: pandora.site.cantPlay.icon,
|
censoredIcon: pandora.site.cantPlay.icon,
|
||||||
|
|
|
@ -16,7 +16,7 @@ pandora.ui.leftPanel = function(section) {
|
||||||
element: pandora.$ui.info = pandora.ui.info(),
|
element: pandora.$ui.info = pandora.ui.info(),
|
||||||
size: pandora.getInfoHeight(true),
|
size: pandora.getInfoHeight(true),
|
||||||
tooltip: Ox._('info') + ' <span class="OxBright">'
|
tooltip: Ox._('info') + ' <span class="OxBright">'
|
||||||
+ Ox.SYMBOLS.SHIFT + 'I</span>'
|
+ Ox.SYMBOLS.shift + 'I</span>'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
id: 'leftPanel',
|
id: 'leftPanel',
|
||||||
|
|
|
@ -12,7 +12,7 @@ pandora.ui.mainPanel = function() {
|
||||||
resize: [192, 256, 320, 384],
|
resize: [192, 256, 320, 384],
|
||||||
size: ui.sidebarSize,
|
size: ui.sidebarSize,
|
||||||
tooltip: Ox._('sidebar') + ' <span class="OxBright">'
|
tooltip: Ox._('sidebar') + ' <span class="OxBright">'
|
||||||
+ Ox.SYMBOLS.SHIFT + 'S</span>'
|
+ Ox.SYMBOLS.shift + 'S</span>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
element: getRightPanel()
|
element: getRightPanel()
|
||||||
|
|
|
@ -13,7 +13,7 @@ pandora.ui.player = function(data) {
|
||||||
annotationsSize: ui.annotationsSize,
|
annotationsSize: ui.annotationsSize,
|
||||||
annotationsSort: ui.annotationsSort,
|
annotationsSort: ui.annotationsSort,
|
||||||
annotationsTooltip: Ox._('annotations')
|
annotationsTooltip: Ox._('annotations')
|
||||||
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
|
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
|
||||||
audioTrack: data.audioTrack,
|
audioTrack: data.audioTrack,
|
||||||
censored: data.censored,
|
censored: data.censored,
|
||||||
censoredIcon: pandora.site.cantPlay.icon,
|
censoredIcon: pandora.site.cantPlay.icon,
|
||||||
|
@ -53,7 +53,7 @@ pandora.ui.player = function(data) {
|
||||||
subtitlesLayer: data.subtitlesLayer,
|
subtitlesLayer: data.subtitlesLayer,
|
||||||
subtitlesTrack: Ox.getLanguageNameByCode(pandora.site.language),
|
subtitlesTrack: Ox.getLanguageNameByCode(pandora.site.language),
|
||||||
timeline: ui.videoTimeline,
|
timeline: ui.videoTimeline,
|
||||||
timelineTooltip: Ox._('timeline') + ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'T</span>',
|
timelineTooltip: Ox._('timeline') + ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'T</span>',
|
||||||
video: data.video,
|
video: data.video,
|
||||||
volume: ui.videoVolume,
|
volume: ui.videoVolume,
|
||||||
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
||||||
|
|
|
@ -13,7 +13,7 @@ pandora.ui.timeline = function(data) {
|
||||||
annotationsSize: ui.annotationsSize,
|
annotationsSize: ui.annotationsSize,
|
||||||
annotationsSort: ui.annotationsSort,
|
annotationsSort: ui.annotationsSort,
|
||||||
annotationsTooltip: Ox._('annotations')
|
annotationsTooltip: Ox._('annotations')
|
||||||
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
|
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
|
||||||
audioTrack: data.audioTrack,
|
audioTrack: data.audioTrack,
|
||||||
censored: data.censored,
|
censored: data.censored,
|
||||||
censoredIcon: pandora.site.cantPlay.icon,
|
censoredIcon: pandora.site.cantPlay.icon,
|
||||||
|
|
Loading…
Reference in a new issue