SYMBOLS.SHIFT -> SYMBOLS.shift

This commit is contained in:
rolux 2014-09-25 21:56:19 +02:00 committed by j
parent 80419856d3
commit 374296d630
8 changed files with 12 additions and 12 deletions

View file

@ -11,7 +11,7 @@ pandora.ui.contentPanel = function() {
resize: [96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256],
size: pandora.user.ui.filtersSize,
tooltip: Ox._('filters') + ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'F</span>'
+ Ox.SYMBOLS.shift + 'F</span>'
},
{
element: pandora.$ui.list = pandora.ui.list()
@ -28,7 +28,7 @@ pandora.ui.contentPanel = function() {
size: 112 + Ox.SCROLLBAR_SIZE,
tooltip: Ox._('{0} browser', [Ox._(pandora.site.itemName.singular.toLowerCase())])
+ ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'B</span>'
+ Ox.SYMBOLS.shift + 'B</span>'
},
{
element: pandora.$ui.item = pandora.ui.item()

View file

@ -364,7 +364,7 @@ pandora.ui.documentsPanel = function(options) {
resizable: true,
resize: [192, 256, 320, 384],
tooltip: 'document <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'D</span>'
+ Ox.SYMBOLS.shift + 'D</span>'
}
],
orientation: 'horizontal'

View file

@ -83,7 +83,7 @@ pandora.ui.editPanel = function(isEmbed) {
clipRatio: pandora.site.video.previewRatio,
clips: Ox.clone(edit.clips),
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,
controlsTooltips: {
open: Ox._('Open in {0} View', [Ox._(Ox.getObjectById(
@ -142,7 +142,7 @@ pandora.ui.editPanel = function(isEmbed) {
),
subtitles: getSubtitles(edit.clips),
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(),
volume: ui.videoVolume,
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,
clipSize: listSize,
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,
controlsBottom: [
'play', 'volume', 'scale', 'timeline', 'position', 'settings'

View file

@ -13,7 +13,7 @@ pandora.ui.editor = function(data) {
annotationsSize: ui.annotationsSize,
annotationsSort: ui.annotationsSort,
annotationsTooltip: Ox._('annotations')
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
audioTrack: data.audioTrack,
censored: data.censored,
censoredIcon: pandora.site.cantPlay.icon,

View file

@ -16,7 +16,7 @@ pandora.ui.leftPanel = function(section) {
element: pandora.$ui.info = pandora.ui.info(),
size: pandora.getInfoHeight(true),
tooltip: Ox._('info') + ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'I</span>'
+ Ox.SYMBOLS.shift + 'I</span>'
}
],
id: 'leftPanel',

View file

@ -12,7 +12,7 @@ pandora.ui.mainPanel = function() {
resize: [192, 256, 320, 384],
size: ui.sidebarSize,
tooltip: Ox._('sidebar') + ' <span class="OxBright">'
+ Ox.SYMBOLS.SHIFT + 'S</span>'
+ Ox.SYMBOLS.shift + 'S</span>'
},
{
element: getRightPanel()

View file

@ -13,7 +13,7 @@ pandora.ui.player = function(data) {
annotationsSize: ui.annotationsSize,
annotationsSort: ui.annotationsSort,
annotationsTooltip: Ox._('annotations')
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
audioTrack: data.audioTrack,
censored: data.censored,
censoredIcon: pandora.site.cantPlay.icon,
@ -53,7 +53,7 @@ pandora.ui.player = function(data) {
subtitlesLayer: data.subtitlesLayer,
subtitlesTrack: Ox.getLanguageNameByCode(pandora.site.language),
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,
volume: ui.videoVolume,
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1

View file

@ -13,7 +13,7 @@ pandora.ui.timeline = function(data) {
annotationsSize: ui.annotationsSize,
annotationsSort: ui.annotationsSort,
annotationsTooltip: Ox._('annotations')
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
+ ' <span class="OxBright">' + Ox.SYMBOLS.shift + 'A</span>',
audioTrack: data.audioTrack,
censored: data.censored,
censoredIcon: pandora.site.cantPlay.icon,