fix some locale strings

This commit is contained in:
j 2013-07-17 10:19:57 +00:00
commit aa6d2de64b
5 changed files with 10 additions and 14 deletions

View file

@ -122,7 +122,7 @@ Ox.AnnotationFolder = function(options, self) {
id: 'add',
style: 'symbol',
title: 'add',
tooltip: Ox._('Add {0}', self.options.item),
tooltip: Ox._('Add {0}', [self.options.item]),
type: 'image'
})
.bindEvent({

View file

@ -64,9 +64,9 @@ Ox.ClipPanel = function(options, self) {
{id: 'grid', title: Ox._('View as Grid'), checked: self.options.view == 'grid'},
]},
{},
{id: 'split', title: 'Split Clip(s) at Cuts', disabled: true},
{id: 'join', title: 'Join Clip(s) at Cuts', disabled: true},
{id: 'dereference', title: 'Make Clip(s) Static', disabled: true}
{id: 'split', title: Ox._('Split Clip(s) at Cuts'), disabled: true},
{id: 'join', title: Ox._('Join Clip(s) at Cuts'), disabled: true},
{id: 'dereference', title: Ox._('Make Clip(s) Static'), disabled: true}
],
title: 'set',
tooltip: Ox._('Options'),

View file

@ -778,9 +778,9 @@ Ox.VideoPlayer = function(options, self) {
self.positionWidth = getPositionWidth();
self.$position = Ox.Element({
tooltip: self.options.type == 'play' ? 'Position'
tooltip: Ox._(self.options.type == 'play' ? 'Position'
: self.options.type == 'in' ? 'In Point'
: 'Out Point'
: 'Out Point')
})
.addClass('OxPosition')
.css({